次の方法で共有


PathHierarchyTokenizerV2.Delimiter プロパティ

定義

使用する区切り文字を取得または設定します。 既定値は "/" です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象