ConnectionProfile.IsWlanConnectionProfile Property

Definition

Gets a value that indicates if connection profile is a WLAN (WiFi) connection. This determines whether or not WlanConnectionProfileDetails is null.

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

Property Value

Boolean

bool

Indicates if the connection profile represents a WLAN (WiFi) connection.

Applies to

See also