Open this page in the API Guide

License.ProductVersion Property

Gets the highest major version of the software on which the license will work.

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

Property Value

Type: Version
The highest version of the software on which the license will work.

Implements

ILicense.ProductVersion
See Also