Share via


PathHierarchyTokenizer.Replacement プロパティ

定義

設定されている場合に区切り文字を置き換える値を取得または設定します。 既定値は "/" です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象