次の方法で共有


UnknownTarget.Attributes プロパティ

定義

ストレージ ターゲットに関する情報を含む文字列と&文字列のペアのディクショナリを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象