DataField.AsString Method (Typed) | |
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
public virtual string AsString()
Request Example
View SourceReturn Value
Type:
String
The caption from this field's hyperlabel, if it contains one; otherwise, the field's name is returned.
See Also