QuickObjects.ObjectBase Send comments on this topic.
MinimumLength Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > StringField Class : MinimumLength Property

MinimumLength

Holds an Int32 value that indicates the minimum length String value this StringField can hold.

Value of zero means that the String can to be an empty value. Value of -1 indicates that there is no length restriction and hence the system default maximum is applied.

NOTE: This property is not enforced during value assignment, and it is only enforced by the BaseFieldValidator.

Syntax

C# 
public int MinimumLength {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also