DataMaskingRule.NumberTo Property

Definition

Gets or sets the numberTo property of the data masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to