Share via


Criterion.MatchCondition Property

Definition

Gets or sets match condition to apply RouteMap rules. Possible values include: 'Unknown', 'Contains', 'Equals', 'NotContains', 'NotEquals'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to