VersionInfoiAssemblyVersion Property |
Can be used to check TreeksLicensingLibrary.dll assembly version in your application.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
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 The "i" named functions are here to allow access to static members in COM applications. In .NET applications you can call static methods directly and don't need to instantiate this class.
See Also