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