次の方法で共有


Alert.DetailedInformation プロパティ

定義

アラートの詳細を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象