次の方法で共有


ProvisioningErrorDetails.Info プロパティ

定義

追加情報。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="info")]
public System.Collections.Generic.Dictionary<string,string> Info { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="info")]
public System.Collections.Generic.Dictionary<string,string> Info { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="info")>]
member this.Info : System.Collections.Generic.Dictionary<string, string> with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="info")>]
member this.Info : System.Collections.Generic.Dictionary<string, string>
Public Property Info As Dictionary(Of String, String)
Public ReadOnly Property Info As Dictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象