Alert.DetailedInformation Property

Definition

Gets or sets more details about the alert

[Newtonsoft.Json.JsonProperty(PropertyName="properties.detailedInformation")]
public System.Collections.Generic.IDictionary<string,string> DetailedInformation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.detailedInformation")>]
member this.DetailedInformation : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property DetailedInformation As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to