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.3.0.1000)
Syntax public long LicenseVersion { get; }
Public ReadOnly Property LicenseVersion As Long
Get
public:
virtual property long long LicenseVersion {
long long get () sealed;
}
abstract LicenseVersion : int64 with get
override LicenseVersion : int64 with get
Property Value
Type:
Int64The license version.
Implements
ILicenseBaseLicenseVersionRemarks
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