WiFiDirectLegacySettings.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 Service Set Identifier (SSID, or "access point ID").
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 = wiFiDirectLegacySettings.ssid;
wiFiDirectLegacySettings.ssid = string;
Public Property Ssid As String
Property Value
The SSID for the access point. This access point functions as a normal Wi-Fi access point, and is intended to support devices which do not support connection via Wi-Fi Direct.