MaximumLength
Holds an Int32 value that indicates the maximum length String value this StringField can hold.
Value of zero means that the String has to be an empty value. Value of -1 indicates that there is no length restriction and hence the system default maximum is applied.
| C# | |
|---|---|
public int MaximumLength {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0