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
<XmlAttributeAttribute> _
Public Property Aggregate As AggregateType
[XmlAttributeAttribute] 
public AggregateType Aggregate { get; set; }
[XmlAttributeAttribute] 
public:
property AggregateType Aggregate {
    AggregateType get ();
    void set (AggregateType value);
}
/** @property */
public AggregateType get_Aggregate ()

/** @property */
public void set_Aggregate (AggregateType value)
public function get Aggregate () : AggregateType

public function set Aggregate (value : AggregateType)

Property Value

The Aggregate property returns an AggregateType enumeration.

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)