TenantDomainEventInfo.EventsByTenantDomain Property

Definition

Provides a list of events that impact the queried tenant domain(s).

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

Property Value

Dictionary String Event[]>

Attributes

Applies to