Incident.ActivatedTime Property

Definition

Gets the time at which the incident was activated in ISO8601 format.

[Newtonsoft.Json.JsonProperty(PropertyName="activatedTime")]
public DateTime? ActivatedTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activatedTime")>]
member this.ActivatedTime : Nullable<DateTime>
Public ReadOnly Property ActivatedTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to