NetworkOperatorTetheringAccessPointConfiguration.Band Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|