PatternReplaceTokenFilter.Replacement Property

Definition

Gets or sets the replacement text.

[Newtonsoft.Json.JsonProperty(PropertyName="replacement")]
public string Replacement { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replacement")>]
member this.Replacement : string with get, set
Public Property Replacement As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to