ArrayOfRealItemsType.Items Property

The Items property gets or sets an array of items.

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

Syntax

'Declaration
Public Property Items As ItemType()
    Get
    Set
'Usage
Dim instance As ArrayOfRealItemsType
Dim value As ItemType()

value = instance.Items

instance.Items = value
public ItemType[] Items { get; set; }

Property Value

Type: []
The Items property returns an array that contains elements of the type ItemType.