Share via


ApplicationGatewayRewriteRuleCondition.IgnoreCase Property

Definition

Gets or sets setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreCase")]
public bool? IgnoreCase { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreCase")>]
member this.IgnoreCase : Nullable<bool> with get, set
Public Property IgnoreCase As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to