SearchDirection Enumeration (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Specifies the possible values for the search direction in an appointment request.
Syntax
[Visual Basic .NET] Public Enum SearchDirection
[C#] public enum SearchDirection
Members
| Name | Value | Description |
| Backward | 1 | Specifies to search backward in the calendar. |
| Forward | 0 | Specifies to search forward in the calendar. |
Remarks
This enumeration is used for the AppointmentRequest.Direction property.
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
