Share via


INCIDENT_STATE Class

The INCIDENT_STATE class lists the possible incident (case) states, used for the incident 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
   INCIDENT_STATE

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

The INCIDENT_STATE class exposes the following integer fields.

Field Value Description
IS_CANCELLED 2 Specifies the incident (case) is canceled.
IS_CLOSED 1 Specifies the incident (case) is closed.

Note   The Microsoft CRM application uses Resolved in the user interface for this state.

IS_OPEN 0 Specifies the incident (case) is open.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.