Control.Server Property | |
The server object that currently connected to this control. If no server is connected, the 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 server object that currently connected to this control. If no server is connected, the value is NIL.
See Also