Incident.ResolvedTime Property

Definition

Optional. The time at which the incident got resolved. If null, it means the incident is still active.

public DateTime? ResolvedTime { get; set; }
member this.ResolvedTime : Nullable<DateTime> with get, set
Public Property ResolvedTime As Nullable(Of DateTime)

Property Value

Applies to