次の方法で共有


DataMaskingRule.SuffixSize プロパティ

定義

maskingFunction が Text に設定されている場合、文字列の末尾にマスクされていない文字を表示する文字数を取得または設定します。 それ以外の場合、このパラメーターは無視されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.suffixSize")]
public string SuffixSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.suffixSize")>]
member this.SuffixSize : string with get, set
Public Property SuffixSize As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象