Share via


MatchCondition.MatchValues Property

Definition

Gets or sets match value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to