Click or drag to resize
VersionInfoiAssemblyVersion Property
Can be used to check TreeksLicensingLibrary.dll assembly version in your application.

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public Version iAssemblyVersion { get; }

Property Value

Type: Version

Return Value

Type: Version
Remarks
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