SearchAndReplaceInput.ReplacementLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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