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