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