LicenseBaseLicenseVersion Property

Gets the license version.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public long LicenseVersion { get; }

Property Value

Type: Int64
The license version.

Implements

ILicenseBaseLicenseVersion
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