LicenseDataProductVersion Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "productVersion", EmitDefaultValue = false)]
public string ProductVersion { get; set; }

Property Value

Type: String
The highest version of the software on which the license will work.
See Also