| NetworkInformationServiceIsNetworkWifi Property |
Returns true if the network is wifi
Namespace:
SanteDB.DisconnectedClient.Net
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public virtual bool IsNetworkWifi { get; }
Public Overridable ReadOnly Property IsNetworkWifi As Boolean
Get
public:
virtual property bool IsNetworkWifi {
bool get ();
}
abstract IsNetworkWifi : bool with get
override IsNetworkWifi : bool with get
Property Value
Type:
BooleanImplements
INetworkInformationServiceIsNetworkWifiSee Also