QuickObjects.ObjectBase Send comments on this topic.
GetValueList() Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class > GetValueList Method : GetValueList() Method

GetValueList

Provides a String that contains a list of all the field's values separated by a comma. A field must have its Visible property as true to be included.

Returns:
Type
System.String

Syntax

C# 
public string GetValueList()

Requirements

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

See Also