LicenseType Enum
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.
Indicates the type of license.
public enum class LicenseType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="LicenseType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Kernel.Contracts.Internal")]
public enum LicenseType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="LicenseType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Kernel.Contracts.Internal")>]
type LicenseType =
Public Enum LicenseType
- Inheritance
-
LicenseType
- Attributes
Fields
Name | Value | Description |
---|---|---|
SmallBusiness | 0 | Microsoft Dynamics CRM Small Business Edition. Value = 0. |
Professional | 1 | Microsoft Dynamics CRM Professional Edition. Value = 1. |
Enterprise | 2 | Microsoft Dynamics CRM Enterprise Edition. Value = 2. |
Spla | 3 | Microsoft Dynamics Partner Hosted CRM Edition. Value = 3. |
Live | 4 | Microsoft Dynamics CRM Online Edition. Value = 4. |