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

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.

Syntax

C# 
public int MaximumLength {get; set;}

Requirements

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

See Also