Share via


NetworkOperatorTetheringSessionAccessPointConfiguration.Ssid Property

Definition

Gets or sets the network SSID to be used for the Wi-Fi tethering connection. Similar to NetworkOperatorTetheringAccessPointConfiguration.Ssid.

public:
 property Platform::String ^ Ssid { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Ssid();

void Ssid(winrt::hstring value);
public string Ssid { get; set; }
var string = networkOperatorTetheringSessionAccessPointConfiguration.ssid;
networkOperatorTetheringSessionAccessPointConfiguration.ssid = string;
Public Property Ssid As String

Property Value

String

Platform::String

winrt::hstring

An HSTRING value describing the network SSID to be used for the Wi-Fi tethering connection.

Windows requirements

App capabilities
wiFiControl

Applies to