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 对象。

适用于