DataServer.Status Property (Typed) | |
A hyperlabel identifying the status of this data server after the last operation.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS HyperLabel GET SET
public virtual HyperLabel Status { get; set; }
Request Example
View SourceProperty Value
Type:
HyperLabelA hyperlabel identifying the status of this data server after the last operation.
Remarks
A hyperlabel identifying the status of this data server after the last operation. If the last operation was successful, this value is NULL_OBJECT; if something went wrong (whether it raised an error condition or merely returned a failure code), DataServer:Status returns an informative hyperlabel.
By accessing the properties of this hyperlabel, you can retrieve not only a description of the condition that was raised, but also context-sensitive help on the condition that was raised.
Examples
The following examples invoke several DataServer:Status properties of the data server:
1oDataServer:Status:Caption
2oDataServer:Status:Description
3oDataServer:Status:HelpContext
See Also