TenantEventInfo.EventsByTenant Property

Definition

Provides a list of events associated with the queried tenant.

public:
 property System::Collections::Generic::Dictionary<Guid, cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::Event ^> ^> ^ EventsByTenant { System::Collections::Generic::Dictionary<Guid, cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::Event ^> ^> ^ get(); void set(System::Collections::Generic::Dictionary<Guid, cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::Event ^> ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.Dictionary<Guid,Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.Event[]> EventsByTenant { get; set; }
Public Property EventsByTenant As Dictionary(Of Guid, Event())

Property Value

Dictionary<Guid,Event[]>

Dictionary Guid Event[]>

Attributes

Applies to