Class OrganizationLicensingCotermLicenseEdition
Edition of a license for a specific product type.
[DataContract]
public class OrganizationLicensingCotermLicenseEdition
- Inheritance
-
OrganizationLicensingCotermLicenseEdition
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseEdition()
public OrganizationLicensingCotermLicenseEdition()
Properties
Edition
The name of the license edition
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "edition")]
public string Edition { get; set; }
Property Value
ProductType
The product type of the license edition
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }