ReplaceStringRequest.MatchCase Property

Definition

True if the case should be matched, false for case insensitive match

[System.Text.Json.Serialization.JsonPropertyName("MatchCase")]
public bool? MatchCase { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("MatchCase")>]
member this.MatchCase : Nullable<bool> with get, set
Public Property MatchCase As Nullable(Of Boolean)

Property Value

Attributes

Applies to