GroupByType.AggregateOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.