PathHierarchyTokenizerV2.Delimiter Property

Definition

Gets or sets the delimiter character to use. Default is "/".

[Newtonsoft.Json.JsonProperty(PropertyName="delimiter")]
public char? Delimiter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="delimiter")>]
member this.Delimiter : Nullable<char> with get, set
Public Property Delimiter As Nullable(Of Char)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to