EVENT_DIRECTION Class

The EVENT_DIRECTION class lists the possible event directions. Please note that although the APIs may accept any value, these are the valid values for event direction.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   EVENT_DIRECTION

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

The EVENT_DIRECTION class exposes the following integer fields.

Field Value Description
ED_INCOMING 0 Specifies an incoming event.
ED_INTERNAL 2 Specifies an internal event.
ED_OUTGOING 1 Specifies an outgoing event.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.