NonEmptyArrayOfAllItemsType.Items Property
The Items property gets or sets an array that contains elements of the type ItemType.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As ItemType()
Get
Set
'Usage
Dim instance As NonEmptyArrayOfAllItemsType
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.
See Also