DXFReaderNETControlVersion Property
|
Returns the current version of the control.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string Version { get; }
Public ReadOnly Property Version As String
Get
public:
property String^ Version {
String^ get ();
}
member Version : string with get
PROPERTY Version AS STRING GET
Property Value
Type:
StringRemarks The version string is in the form: 'Mayor.Minor.Build'. Check
DXFReader.NET Web Site for control upgrades. If the 'Minor' code of your control is less then the current version available in our web site please upgrade your control. Differences between the 'Build' codes have no matter.
See Also