LicenseType Enumeration
Applies To: Dynamics CRM 2015
Indicates the type of license.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataContractAttribute(Name = "LicenseType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public enum LicenseType
[DataContractAttribute(Name = "LicenseType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public enum class LicenseType
[<DataContractAttribute(Name = "LicenseType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type LicenseType
<DataContractAttribute(Name := "LicenseType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>
Public Enumeration LicenseType
Members
Member name | Description | |
---|---|---|
Enterprise | Microsoft Dynamics CRM Enterprise Edition. Value = 2. |
|
Live | Microsoft Dynamics CRM Online Edition. Value = 4. |
|
Professional | Microsoft Dynamics CRM Professional Edition. Value = 1. |
|
SmallBusiness | Microsoft Dynamics CRM Small Business Edition. Value = 0. |
|
Spla | Microsoft Dynamics Partner Hosted CRM Edition. Value = 3. |
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright