共用方式為


NetworkOperatorTetheringAccessPointConfiguration.Ssid 屬性

定義

取得或設定要用於網路連線的 SSID。

注意

SSID 會使用系統預設地區設定的 Microsoft 字碼頁進行編碼。 此 SSID 可能會以不同方式出現在使用不同系統地區設定之系統上的 Windows 網路選取 UI 中。 強烈建議您使用標準 ASCII 可列印字元集中的字元來設定值,以避免任何跨地區設定不一致。

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

屬性值

String

Platform::String

winrt::hstring

字串,包含要用於網路連線的 SSID。 SSID 是 Wi-Fi 網路 (的名稱,如附近網路清單中所示,例如) 。 SSID 長度必須介於 1 到 32 個字元之間;和第一個字元和最後一個字元可能不是空格。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
wiFiControl

適用於