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
    Get
    Set
'Usage
Dim instance As GroupByType
Dim value As AggregateOnType

value = instance.AggregateOn

instance.AggregateOn = value
public AggregateOnType AggregateOn { get; set; }

Property Value

Type: ExchangeWebServices.AggregateOnType
The AggregateOn property returns an AggregateOnType object.

Remarks

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