NamedValueUpdateParameters.Tags Property

Definition

Gets or sets optional tags that when provided can be used to filter the NamedValue list.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to