Click or drag to resize

DataField.AsString Method (Typed)

X#
Return the descriptive label defined for this field.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AsString() AS STRING
Request Example View Source

Return Value

Type: String
The caption from this field's hyperlabel, if it contains one; otherwise, the field's name is returned.
See Also