TrackingLicenseType 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.
Describes the type of license.
public enum class TrackingLicenseType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="TrackingLicenseType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum TrackingLicenseType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="TrackingLicenseType", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>]
type TrackingLicenseType =
Public Enum TrackingLicenseType
- Inheritance
-
TrackingLicenseType
- Attributes
Fields
Name | Value | Description |
---|---|---|
ProfessionalCal | 0 | A professional client access license (CAL). Value = 0. |
EssentialCal | 1 | An essential client access license (CAL). Value = 1. |
AdministrativeCal | 2 | An administrative client access license (CAL). Value = 2. |
BasicCal | 3 | A basic client access license (CAL). Value = 3. |
DeviceProfessionalCal | 4 | A device professional client access license (CAL). Value = 4. |
DeviceBasicCal | 5 | A device basic client access license (CAL). Value = 5. |
DeviceEnterpriseCal | 6 | A device enterprise client access license (CAL). Value = 6. |
WorkgroupServer | 7 | A workgroup server client access license (CAL). Value = 7. |
ProfessionalServer | 8 | A professional server client access license (CAL). Value = 8. |
EnterpriseServer | 9 | An enterprise client access license (CAL). Value = 9. |
SplaServer | 10 | A service provider licensing agreement (SPLA) client access license (CAL). Value = 10. |
OnlineServer | 11 | An online server client access license (CAL). Value =11 . |
EnterpriseCal | 12 | An enterprise client access license (CAL). Value = 12. |
DeviceEssentialCal | 13 | A device essential client access license (CAL). Value = 13. |
SalesCal | 14 | |
ServiceCal | 15 | |
FieldServiceCal | 16 | |
ProjectServiceCal | 17 |