次の方法で共有


ArrayOfGroupedItemsType.Items Property

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

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

Syntax

'Declaration
Public Property Items As GroupedItemsType()
    Get
    Set
'Usage
Dim instance As ArrayOfGroupedItemsType
Dim value As GroupedItemsType()

value = instance.Items

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

Property Value

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