WiFiAvailableNetwork.BeaconInterval 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 interval between 802.11 Beacon frames used by this network.

public:
 property TimeSpan BeaconInterval { TimeSpan get(); };
TimeSpan BeaconInterval();
public System.TimeSpan BeaconInterval { get; }
var timeSpan = wiFiAvailableNetwork.beaconInterval;
Public ReadOnly Property BeaconInterval As TimeSpan

Property Value

A TimeSpan representing the interval between beacons on this network.

Applies to