DataField.AsString Method | |
Return the descriptive label defined for this field.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AsString() AS USUAL
public virtual Usual AsString()
Request Example
View SourceReturn Value
Type:
Usual
The caption from this field's hyperlabel, if it contains one; otherwise, the field's name is returned.
See Also