AlertFilter.AppearedOnTime Property

Definition

Gets or sets specifies the appeared time (in UTC) of the alerts to be filtered. Only 'Greater-Than' and 'Lesser-Than' operators are supported for this property.

[Newtonsoft.Json.JsonProperty(PropertyName="appearedOnTime")]
public DateTime? AppearedOnTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appearedOnTime")>]
member this.AppearedOnTime : Nullable<DateTime> with get, set
Public Property AppearedOnTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to