次の方法で共有


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

適用対象