NotificationType.Items 属性

定义

属性 Items 获取或设置项数组。

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

属性值

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

适用于