GetEventsResults.AllEvents プロパティ

定義

すべてのイベントのコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::NotificationEvent ^> ^ AllEvents { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::NotificationEvent ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.NotificationEvent> AllEvents { get; }
Public ReadOnly Property AllEvents As Collection(Of NotificationEvent)

プロパティ値

通知イベントを格納する Collection オブジェクト。

適用対象