NetworkOperatorTetheringSessionAccessPointConfiguration.Ssid 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 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
An HSTRING value describing the network SSID to be used for the Wi-Fi tethering connection.
Windows requirements
App capabilities |
wiFiControl
|