FieldOrderType.Order Property
The Order property gets or sets the sort order direction.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Order As SortDirectionType
Get
Set
'Usage
Dim instance As FieldOrderType
Dim value As SortDirectionType
value = instance.Order
instance.Order = value
public SortDirectionType Order { get; set; }
Property Value
Type: ExchangeWebServices.SortDirectionType
The Order property returns a SortDirectionType enumeration.
See Also