ACTIVITY_STATE Class
The ACTIVITY_STATE class lists activity states, used for the activity 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
ACTIVITY_STATE
[Visual Basic .NET]
Public Class ACTIVITY_STATE
Inherits System.Object
[C#]
public class ACTIVITY_STATE: System.Object
[C++]
public __gc class ACTIVITY_STATE: public System.Object
The ACTIVITY_STATE class exposes the following integer fields.
Field | Value | Description |
ACTS_CANCELLED | 2 | The activity is canceled. |
ACTS_CLOSED | 1 | The activity is closed. |
ACTS_OPEN | 0 | The activity is open. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also