Event Class
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.
Represents an event.
public ref class Event
[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.MessageCenterMessage))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.InternalMessageCenterMessage))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.PlannedMaintenance))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Exchange.ServiceStatus.TenantCommunications.Data.Incident))]
public class Event
Public Class Event
- Inheritance
-
Event
- Derived
- Attributes
Constructors
Event() |
Properties
EndTime |
Provides the end time of the event. |
Id |
Provides the event ID. |
LastUpdatedTime |
Provides the time that the event was last updated. |
Messages |
Provides the event messages. |
StartTime |
Provides the start time of the event. |
Status |
Provides the event status. |
Title |
Provides the event title. |