MaxValue Property (RangeValidator)
Gets or sets the upper limit of the specified value.
public object MaxValue {get; set;}
'Declaration
Public Property MaxValue As Object
'Usage
Dim instance As RangeValidator
Dim value As Object
instance.MaxValue = value
value = instance.MaxValue
Property Value
A
System.Object value that represents the upper limit of the specified value.