[]
Gets or sets the lower limit of the specified value.
[TypeConverter(typeof(ValidatorValueTypeConverter))]
public object MinValue { get; set; }
<TypeConverter(GetType(ValidatorValueTypeConverter))>
Public Property MinValue As Object
Type | Description |
---|---|
object | A object value that represents the lower limit of the specified value. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The assigned value is less than MinValue. |