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

CustomValue

Holds a String value that is used as a comma seperated list instead of using the Fields collection in the Value property.

Syntax

C# 
public string CustomValue {get; set;}

Requirements

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

See Also