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; }<DataMemberAttribute(Name := "productVersion", EmitDefaultValue := false)>
Public Property ProductVersion As String
Get
Set
public:
[DataMemberAttribute(Name = L"productVersion", EmitDefaultValue = false)]
property String^ ProductVersion {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(Name = "productVersion", EmitDefaultValue = false)>]
member ProductVersion : string with get, set
Property Value
Type:
StringThe highest version of the software on which the license will work.
See Also