IsNetworkConnection Property
In This Topic
Indicates whether this object is a NetworkConnection
Syntax
'Declaration
Public ReadOnly Property IsNetworkConnection As Boolean
public bool IsNetworkConnection {get;}
public:
property bool IsNetworkConnection {
bool get();
}
See Also