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

Value

It holds a String value. If the MaximumLength property value is greater than -1 then the value is trimmed to the MaximumLength

Syntax

C# 
public string Value {get; set;}

Requirements

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

See Also