NetworkOperatorTetheringAccessPointConfiguration.Band Property

Definition

Gets or sets the wireless frequency band of the Wi-Fi access point. Use IsBandSupported or IsBandSupportedAsync to check whether the Wi-Fi adapter allows configuring a specific frequency band.

public:
 property TetheringWiFiBand Band { TetheringWiFiBand get(); void set(TetheringWiFiBand value); };
TetheringWiFiBand Band();

void Band(TetheringWiFiBand value);
public TetheringWiFiBand Band { get; set; }
var tetheringWiFiBand = networkOperatorTetheringAccessPointConfiguration.band;
networkOperatorTetheringAccessPointConfiguration.band = tetheringWiFiBand;
Public Property Band As TetheringWiFiBand

Property Value

A TetheringWiFiBand constant, specifying the frequency band.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)
App capabilities
wiFiControl

Applies to

See also