Share via


Alert.DetailedInformation Property

Definition

Gets alert details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to