LicenseProductVersion Property |
Gets the highest major version of the software on which the license will work.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Version ProductVersion { get; }Public ReadOnly Property ProductVersion As Version
Get
public:
virtual property Version^ ProductVersion {
Version^ get () sealed;
}abstract ProductVersion : Version with get
override ProductVersion : Version with get
Property Value
VersionThe highest version of the software on which the license will work.
Implements
ILicenseProductVersion
See Also