SearchAndReplaceInput.SearchStrings Property

Definition

Search Strings

[System.Text.Json.Serialization.JsonPropertyName("searchStrings")]
public System.Collections.Generic.List<string> SearchStrings { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("searchStrings")>]
member this.SearchStrings : System.Collections.Generic.List<string> with get, set
Public Property SearchStrings As List(Of String)

Property Value

Attributes

Applies to