VersionInfoiAssemblyVersion Property |
Can be used to check TreeksLicensingLibrary.dll assembly version in your application.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public Version iAssemblyVersion { get; }
Public ReadOnly Property iAssemblyVersion As Version
Get
public:
property Version^ iAssemblyVersion {
Version^ get ();
}
member iAssemblyVersion : Version with get
Property Value
Type:
VersionReturn Value
Type:
VersionRemarks You don't have to create instance of VersionInfo object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also