ConnectionProfile.IsWlanConnectionProfile Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Verbindungsprofil eine WLAN-Verbindung (WIFi) ist. Dadurch wird bestimmt, ob WlanConnectionProfileDetails NULL ist.

public:
 property bool IsWlanConnectionProfile { bool get(); };
bool IsWlanConnectionProfile();
public bool IsWlanConnectionProfile { get; }
var boolean = connectionProfile.isWlanConnectionProfile;
Public ReadOnly Property IsWlanConnectionProfile As Boolean

Eigenschaftswert

Boolean

bool

Gibt an, ob das Verbindungsprofil eine WLAN-Verbindung darstellt.

Gilt für:

Weitere Informationen