LicenseBaseLicenseVersion Property  | 
 Gets the license version.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic 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
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