PatternCaptureTokenFilter.PreserveOriginal Property

Definition

Gets or sets a value indicating whether to return the original token even if one of the patterns matches. Default is true.

[Newtonsoft.Json.JsonProperty(PropertyName="preserveOriginal")]
public bool? PreserveOriginal { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preserveOriginal")>]
member this.PreserveOriginal : Nullable<bool> with get, set
Public Property PreserveOriginal As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to