ContractDetailState Enumeration (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Specifies the possible states for a contract detail.
Syntax
[Visual Basic .NET] Public Enum ContractDetailState
[C#] public enum ContractDetailState
Members
| Name | Value | Description | Status Reason | Status Code Value |
| Canceled | 2 | Specifies that the contract detail is canceled. | Canceled | 3 |
| Existing | 0 | Specifies that the contract detail exists. | New | 1 |
| Expired | 3 | Specifies that the contract detail is expired. | Expired | 4 |
| Renewed | 1 | Specifies that the contract detail is renewed. | Renewed | 2 |
Remarks
This enumeration is used for the following properties:
The status reason values are used for the contractdetail.statuscode property.
The values for contract detail status reason are customizable. The preceding table shows the values that are defined in a default installation.
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
