Aracılığıyla paylaş


Alert.IsIncident Property

Definition

Gets this field determines whether the alert is an incident (a compound grouping of several alerts) or a single alert.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to