次の方法で共有


Tags.TagsProperty プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象