共用方式為


WiFiDirectLegacySettings.IsEnabled 屬性

定義

取得或設定值,指定是否啟用「舊版模式」。 啟用時,此模式會讓此裝置作為一般 Wi-Fi 存取點,且旨在支援不支援透過 Wi-Fi Direct 連線的裝置。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = wiFiDirectLegacySettings.isEnabled;
wiFiDirectLegacySettings.isEnabled = boolean;
Public Property IsEnabled As Boolean

屬性值

Boolean

bool

若為 true,則會啟用「舊版模式」。

適用於