AggregateOnType.Aggregate Property
The Aggregate property sets a value that indicates whether the maximum or minimum value of a property that is identified by the Item property is used for ordering the groups of items.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Aggregate As AggregateType
Get
Set
'Usage
Dim instance As AggregateOnType
Dim value As AggregateType
value = instance.Aggregate
instance.Aggregate = value
public AggregateType Aggregate { get; set; }
Property Value
Type: ExchangeWebServices.AggregateType
The Aggregate property returns an AggregateType enumeration.
See Also