次の方法で共有


NotificationEventArgs.Events プロパティ

定義

受信したイベントを取得します。

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

プロパティ値

IEnumerable オブジェクトとしてのイベントのコレクション。

適用対象