GroupedItemsType.Items Property
The Items property gets an array of grouped items.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As ArrayOfRealItemsType
Get
Set
'Usage
Dim instance As GroupedItemsType
Dim value As ArrayOfRealItemsType
value = instance.Items
instance.Items = value
public ArrayOfRealItemsType Items { get; set; }
Property Value
Type: ExchangeWebServices.ArrayOfRealItemsType
The Items property returns an ArrayOfRealItemsType object.
See Also