Share via


ArrayOfGroupedItemsType.Items Property

The Items property gets or sets an array of grouped items.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("GroupedItems")> _
Public Property Items As GroupedItemsType()
[XmlElementAttribute("GroupedItems")] 
public GroupedItemsType[] Items { get; set; }
[XmlElementAttribute(L"GroupedItems")] 
public:
property array<GroupedItemsType^>^ Items {
    array<GroupedItemsType^>^ get ();
    void set (array<GroupedItemsType^>^ value);
}
/** @property */
public GroupedItemsType[] get_Items ()

/** @property */
public void set_Items (GroupedItemsType[] value)
public function get Items () : GroupedItemsType[]

public function set Items (value : GroupedItemsType[])

Property Value

The Items property returns an array that contains elements of the type GroupedItemsType.

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)