LicenseDataLicenseVersion Property

Gets the license version.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "licenseVersion", EmitDefaultValue = false)]
public long LicenseVersion { get; set; }

Property Value

Type: Int64
The 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