DataServer.AsString Method (Typed) | |
Return the descriptive label defined for this data server.
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 data server's hyperlabel, if it contains one; otherwise, the data server's name is returned.
See Also