GetEventsResults.AllEvents Propiedad

Definición

Obtiene la colección de todos los eventos.

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)

Valor de propiedad

Collection<NotificationEvent>

Un objeto de colección que contiene los eventos de notificación.

Se aplica a