[]
Gets or sets the lower limit of the specified value.
[TypeConverter(typeof(_abe))]
public object MinValue { get; set; }
<TypeConverter(GetType(_abe))>
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. |