[]
Gets or sets the maximum length of the text.
public int MaximumLength { get; set; }
Public Property MaximumLength As Integer
Type | Description |
---|---|
int | The maximum length. The default is MaxValue. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The assigned value is less than MinimumLength. |