Share via


Match.Label Property

Definition

Gets or sets the label.

[Newtonsoft.Json.JsonProperty(PropertyName="Label")]
public string Label { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Label")>]
member this.Label : string with get, set
Public Property Label As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to