ACTIVITY_STATE Enumeration

The ACTIVITY_STATE enumeration type lists activity states.

  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

Members

ACTS_CANCELLED

Specifies that the activity was canceled.

ACTS_CLOSED

Specifies that the activity is closed.

ACTS_OPEN

Specifies that the activity is open.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.