Share via


Numeric<T>.Max Property

Gets or sets the maximum 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 Max As T
    Get
    Set
'Usage
Dim instance As Numeric
Dim value As T

value = instance.Max

instance.Max = value
[InputAttribute(Visible = true)]
public T Max { get; set; }
[InputAttribute(Visible = true)]
public:
property T Max {
    T get ();
    void set (T value);
}
function get Max () : T
function set Max (value : T)
[<InputAttribute(Visible = true)>]
member Max : '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