Version

MaximumValue Property

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

The MaximumValue is inclusive, i.e., a value that is equal to the MaximumValue 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