LicenseProperties.Edition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the edition of Microsoft Dynamics CRM 2011 for this license.
public:
property Microsoft::Xrm::Sdk::Deployment::LicenseType Edition { Microsoft::Xrm::Sdk::Deployment::LicenseType get(); void set(Microsoft::Xrm::Sdk::Deployment::LicenseType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.LicenseType Edition { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Edition : Microsoft.Xrm.Sdk.Deployment.LicenseType with get, set
Public Property Edition As LicenseType
Property Value
The edition of Microsoft Dynamics CRM 2011 for this license.
- Attributes