Version

MinimumValue Property

Gets/sets the minimum value of the range against which to be tested. Values that are greater than or equal to this value, and also less than or equal to the MaximumValue, are considered to be within range.
Syntax
'Declaration
 
Public Property MinimumValue As Object
public object MinimumValue {get; set;}
Remarks

The MinimumValue is inclusive, i.e., a value that is equal to the MinimumValue is within range.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also