SearchAndReplaceInput.ReplacementLimit Property

Definition

Limit the number of searches & replacements for every item. The default value is 0 which means unlimited searches and replacements so every found occurrence will be replaced.

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

Property Value

Attributes

Applies to