Share via


Alert.AppearedAtDateTime Property

Definition

Gets UTC time when the alert appeared.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to