Click or drag to resize

DataServer.Status Property

X#
A hyperlabel identifying the status of this data server after the last operation.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Status AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A 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:
X#
1oDataServer:Status:Caption
2oDataServer:Status:Description
3oDataServer:Status:HelpContext
See Also