Share via


GroupByType.AggregateOn Property

The AggregateOn property gets or sets a field that is used to determine the order of groups in a response.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property AggregateOn As AggregateOnType
public AggregateOnType AggregateOn { get; set; }
public:
property AggregateOnType^ AggregateOn {
    AggregateOnType^ get ();
    void set (AggregateOnType^ value);
}
/** @property */
public AggregateOnType get_AggregateOn ()

/** @property */
public void set_AggregateOn (AggregateOnType value)
public function get AggregateOn () : AggregateOnType

public function set AggregateOn (value : AggregateOnType)

Property Value

The AggregateOn property returns an AggregateOnType object.

Remarks

See the FindItemType topic for an example of a grouped query.

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)