GetEventsResults.ItemEvents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection d’événements d’élément.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ItemEvent ^> ^ ItemEvents { System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ItemEvent ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ItemEvent> ItemEvents { get; }
Public ReadOnly Property ItemEvents As IEnumerable(Of ItemEvent)
Valeur de propriété
Objet IEnumerable qui itère sur tous les événements d’élément de la collection.