GroupByType.AggregateOn Property

Definition

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

public:
 property ExchangeWebServices::AggregateOnType ^ AggregateOn { ExchangeWebServices::AggregateOnType ^ get(); void set(ExchangeWebServices::AggregateOnType ^ value); };
public ExchangeWebServices.AggregateOnType AggregateOn { get; set; }
Public Property AggregateOn As AggregateOnType

Property Value

The AggregateOn property returns an AggregateOnType object.

Remarks

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

Applies to