WiFiAvailableNetwork.SignalBars Property

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

Gets the strength of the signal as a number of bars.

public:
 property byte SignalBars { byte get(); };
byte SignalBars();
public byte SignalBars { get; }
var byte = wiFiAvailableNetwork.signalBars;
Public ReadOnly Property SignalBars As Byte

Property Value

Byte

byte

The current number of signal bars displayed by the Windows UI for the network.

Applies to