ArrayOfRealItemsType.Items Property

Definition

The Items property gets or sets an array of items.

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

Property Value

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

Applies to