Share via


TagProperty.Tag Property

Definition

Gets the tag value.

[Newtonsoft.Json.JsonProperty(PropertyName="tag")]
public string Tag { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tag")>]
member this.Tag : string
Public ReadOnly Property Tag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to