NonEmptyArrayOfAllItemsType.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ItemType[]
The Items property returns an array that contains elements of the type ItemType.