Numeric.Max Property
Gets or sets the maximum 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 Max As T
'Usage
Dim instance As Numeric(Of T)
Dim value As T
value = instance.Max
instance.Max = value
public T Max { get; set; }
public:
property T Max {
T get ();
void set (T value);
}
/** @property */
public T get_Max ()
/** @property */
public void set_Max (T value)
public function get Max () : T
public function set Max (value : T)
See Also
Reference
Numeric Generic Class
Numeric Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace