ArrayOfGroupedItemsType.Items 属性

定义

属性 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()

属性值

属性 Items 返回一个数组,其中包含 类型的 GroupedItemsType元素。

适用于