BaseGroupByType.Order Property
The Order property gets or sets the order of the groups in the grouped item array that is returned in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Order As SortDirectionType
Get
Set
'Usage
Dim instance As BaseGroupByType
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