TenantDomainEventInfo.EventsByTenantDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes