NotificationEventArgs.Events Propiedad

Definición

Obtiene los eventos que se recibieron.

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)

Valor de propiedad

Colección de eventos como un objeto IEnumerable.

Se aplica a