Share via


Numeric<T>.Min Property

Gets or sets the minimum value.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<InputAttribute(Visible := True)> _
Public Property Min As T
    Get
    Set
'Usage
Dim instance As Numeric
Dim value As T

value = instance.Min

instance.Min = value
[InputAttribute(Visible = true)]
public T Min { get; set; }
[InputAttribute(Visible = true)]
public:
property T Min {
    T get ();
    void set (T value);
}
function get Min () : T
function set Min (value : T)
[<InputAttribute(Visible = true)>]
member Min : 'T with get, set

Property Value

Type: T

.NET Framework Security

See Also

Reference

Numeric<T> Class

Numeric<T> Members

Microsoft.Data.Schema.Generators.Sql Namespace