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
<XmlAttributeAttribute> _
Public Property Order As SortDirectionType
[XmlAttributeAttribute] 
public SortDirectionType Order { get; set; }
[XmlAttributeAttribute] 
public:
property SortDirectionType Order {
    SortDirectionType get ();
    void set (SortDirectionType value);
}
/** @property */
public SortDirectionType get_Order ()

/** @property */
public void set_Order (SortDirectionType value)
public function get Order () : SortDirectionType

public function set Order (value : SortDirectionType)

Property Value

The Order property returns a SortDirectionType enumeration.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)