EntitlementState Enumeration |
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum EntitlementState
Public Enumeration EntitlementState
public enum class EntitlementState
Crm.MSCrmService.EntitlementState = function();
Crm.MSCrmService.EntitlementState.createEnum('Crm.MSCrmService.EntitlementState', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Draft | 0 | |
| Active | 1 | |
| Cancelled | 2 | |
| Expired | 3 | |
| Waiting | 4 | |
See Also