UniqueTokenFilter.OnlyOnSamePosition Property

Definition

Gets or sets a value indicating whether to remove duplicates only at the same position. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to