Edit

Share via


Event Class

Definition

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.

Applies to