Share via


CONTRACTDETAIL_STATE Class

The CONTRACTDETAIL_STATE class lists contract detail states, used for the contract detail statecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

This class does not need instantiation or initialization because the fields represent constant integer values.

System.Object
   CONTRACTDETAIL_STATE

[Visual Basic .NET]
Public Class CONTRACTDETAIL_STATE
   Inherits System.Object
[C#]
public class CONTRACTDETAIL_STATE: System.Object
[C++]
public __gc class CONTRACTDETAIL_STATE: public System.Object

The CONTRACTDETAIL_STATE class exposes the following integer fields.

Field Value Description
CTRDETST_CANCEL 2 The contract detail is canceled.
CTRDETST_EXPIRE 3 The contract detail is expired.
CTRDETST_NEW 0 A new contract detail.
CTRDETST_RENEW 1 The contract detail has been renewed.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.