Class OrganizationLicensingCotermLicenseMoveResponseLicenseEdition
An edition of the license for a product type
[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponseLicenseEdition
- Inheritance
-
OrganizationLicensingCotermLicenseMoveResponseLicenseEdition
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveResponseLicenseEdition()
public OrganizationLicensingCotermLicenseMoveResponseLicenseEdition()
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; }