DXFReaderNETControlDistributionCode Property
|
Sets the Distribution Code, provided during the component registration, to enable the distribution of the DLL file along with the compiled program.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string DistributionCode { get; set; }
Public Property DistributionCode As String
Get
Set
public:
property String^ DistributionCode {
String^ get ();
void set (String^ value);
}
member DistributionCode : string with get, set
PROPERTY DistributionCode AS STRING GET SET
Property Value
Type:
StringSee Also