次の方法で共有


DataMaskingEntity.Mode プロパティ

定義

データ マスク モードを取得または設定します。 使用可能な値は、'Mask'、'Hide' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象