Condividi tramite


Tags.TagsProperty Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to