ILicenseBaseLicenseVersion Property |
Gets the license version.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax long LicenseVersion { get; }
ReadOnly Property LicenseVersion As Long
Get
property long long LicenseVersion {
long long get ();
}
abstract LicenseVersion : int64 with get
Property Value
Type:
Int64The license version.
Remarks
Whenever a license is re-generated with different information (e.g. the expiry date changed),
the ID remains the same but the license version is incremented.
See Also