DataMaskingRuleInner.NumberFrom Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to