次の方法で共有


TagSettingsProperties.Tags プロパティ

定義

値の一覧を含むタグのディクショナリを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象