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