TenantEventInfo.EventsByTenant 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 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