ArrayOfGroupedItemsType.Items Property

Definition

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

public:
 property cli::array <ExchangeWebServices::GroupedItemsType ^> ^ Items { cli::array <ExchangeWebServices::GroupedItemsType ^> ^ get(); void set(cli::array <ExchangeWebServices::GroupedItemsType ^> ^ value); };
public ExchangeWebServices.GroupedItemsType[] Items { get; set; }
Public Property Items As GroupedItemsType()

Property Value

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

Applies to