共用方式為


Essentials.AlertState Property

Definition

Gets alert object state, which can be modified by the user. Possible values include: 'New', 'Acknowledged', 'Closed'

[Newtonsoft.Json.JsonProperty(PropertyName="alertState")]
public string AlertState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alertState")>]
member this.AlertState : string
Public ReadOnly Property AlertState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to