MonitoringAlert.TimeResolved Property

Definition

The time this alert was resolved.

public:
 property Nullable<DateTime> TimeResolved { Nullable<DateTime> get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public DateTime? TimeResolved { get; }
member this.TimeResolved : Nullable<DateTime>
Public ReadOnly Property TimeResolved As Nullable(Of DateTime)

Property Value

Nullable<DateTime>

Returns the time in DateTime, the alert was resolved. Closing the alert sets the TimeResolved property.

Attributes

Remarks

This value is null if the alert is active.

Applies to