ReplaceStringRequest.MatchString 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.
String to search for and match against, to be replaced
[System.Text.Json.Serialization.JsonPropertyName("MatchString")]
public string MatchString { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("MatchString")>]
member this.MatchString : string with get, set
Public Property MatchString As String
Property Value
- Attributes