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