DataWindow.Server Property | |
The DataServer object currently connected to this data window. If no server is connected, this value is NIL.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Server AS USUAL GET
public virtual Usual Server { get; }
Request Example
View SourceProperty Value
Type:
UsualThe DataServer object currently connected to this data window. If no server is connected, this value is NIL.
See Also