NetworkOperatorTetheringAccessPointConfiguration.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 SSID to be used for the tethering network.
Note
The SSID is encoded using the Microsoft code page for the system's default locale. This SSID may appear differently in the Windows network selection UI on a system that uses a different system locale. It is highly recommended that you set the value using characters from the standard ASCII printable character set to avoid any cross-locale inconsistencies.
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 = networkOperatorTetheringAccessPointConfiguration.ssid;
networkOperatorTetheringAccessPointConfiguration.ssid = string;
Public Property Ssid As String
Property Value
A string containing the SSID to be used for the tethering network. An SSID is the name of the Wi-Fi network (as would be displayed in the list of nearby networks, for example). An SSID must be between 1 and 32 characters in length; and the first and last character may not be a space.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
wiFiControl
|