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

Value

Place holder object for the Value, this should be overridden by each inheriting field.

Syntax

C# 
[XmlIgnoreAttribute()]
public virtual object Value {get; set;}

Requirements

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

See Also