Returns the description 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 LookUpDescription()
Visual Basic (Declaration)
Public Function LookUpDescription As String
Visual C++
public:
String^ LookUpDescription()

Return Value

A String that contains the description 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