Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.Band Property

Definition

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

Applies to