ApplicationInfoDataLicensedTo Property |
Gets the licensee(s) of all valid licenses.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "licensedTo", EmitDefaultValue = false)]
public string LicensedTo { get; set; }
<DataMemberAttribute(Name := "licensedTo", EmitDefaultValue := false)>
Public Property LicensedTo As String
Get
Set
public:
[DataMemberAttribute(Name = L"licensedTo", EmitDefaultValue = false)]
property String^ LicensedTo {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "licensedTo", EmitDefaultValue = false)>]
member LicensedTo : string with get, set
Property Value
Type:
StringSee Also