| NetworkInformationServiceIsNetworkConnected Property |
Gets whether the network is connected.
Namespace:
SanteDB.DisconnectedClient.Net
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public bool IsNetworkConnected { get; }
Public ReadOnly Property IsNetworkConnected As Boolean
Get
public:
virtual property bool IsNetworkConnected {
bool get () sealed;
}
abstract IsNetworkConnected : bool with get
override IsNetworkConnected : bool with get
Property Value
Type:
BooleanImplements
INetworkInformationServiceIsNetworkConnectedSee Also