IsConnected Property (RemoteAgent)
In This Topic
Indicates whether this agent is currently connected
Syntax
'Declaration
Public ReadOnly Property IsConnected As Boolean
public bool IsConnected {get;}
public:
property bool IsConnected {
bool get();
}
See Also