Share via


BuildAzureSqlDatabaseDataMaskingRule.NumberFrom Property

Definition

Gets or sets the NumberFrom property, which is the lower bound of the random interval when using the number masking function

[System.Management.Automation.Parameter(HelpMessage="The lower bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public double? NumberFrom { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The lower bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.NumberFrom : Nullable<double> with get, set
Public Property NumberFrom As Nullable(Of Double)

Property Value

Attributes

Applies to