RegistrationInfo.SupportedEventTypes 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 supported event types.
public:
property cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::EventType> ^ SupportedEventTypes { cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::EventType> ^ get(); void set(cli::array <Microsoft::Exchange::ServiceStatus::TenantCommunications::Data::EventType> ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.EventType[] SupportedEventTypes { get; set; }
Public Property SupportedEventTypes As EventType()
Property Value
- Attributes