IsConnected Property (Scheduler)
In This Topic
Indicates whether the server connection is still valid.
Syntax
'Declaration
Public ReadOnly Property IsConnected As Boolean
public bool IsConnected {get;}
public:
property bool IsConnected {
bool get();
}
See Also