Returns the name of a defined lookup value

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string LookUpName()
Visual Basic (Declaration)
Public Function LookUpName As String
Visual C++
public:
String^ LookUpName()

Return Value

A String that contains the name of a defined lookup value

Remarks

The lookup value is a numeric index that corresponds to an alpha-numeric name and is primarily used in checkboxes.

See Also