Enum SortDirection
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines a sort direction
public enum SortDirection
Fields
Ascending = 0The sort is performed in ascending order.
Descending = 1The sort is performed in descending order.