NetworkOperatorTetheringSessionAccessPointConfiguration.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 frequency band to be used for the Wi-Fi tethering connection. Similar to NetworkOperatorTetheringAccessPointConfiguration.Band.
public:
property TetheringWiFiBand Band { TetheringWiFiBand get(); void set(TetheringWiFiBand value); };
TetheringWiFiBand Band();
void Band(TetheringWiFiBand value);
public TetheringWiFiBand Band { get; set; }
var tetheringWiFiBand = networkOperatorTetheringSessionAccessPointConfiguration.band;
networkOperatorTetheringSessionAccessPointConfiguration.band = tetheringWiFiBand;
Public Property Band As TetheringWiFiBand
Property Value
The enumeration value that describes the frequency band to be used for the Wi-Fi tethering connection.
Windows requirements
App capabilities |
wiFiControl
|