StringValidatorAttribute::MinLength Property
.NET Framework (current version)
Gets or sets the minimum allowed value for the string to assign to the property.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Int32An integer that indicates the allowed minimum length for the string to assign to the property.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is greater than MaxLength. |
.NET Framework
Available since 2.0
Available since 2.0
Show: