Share via


Numeric.Min Property

Gets or sets the minimum value that the data generator for numeric values can produce.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)

Syntax

'Declaration
Public Property Min As T
'Usage
Dim instance As Numeric(Of T)
Dim value As T

value = instance.Min

instance.Min = value
public T Min { get; set; }
public:
property T Min {
    T get ();
    void set (T value);
}
/** @property */
public T get_Min ()

/** @property */
public void set_Min (T value)
public function get Min () : T

public function set Min (value : T)

See Also

Reference

Numeric Generic Class
Numeric Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace