ConnectionProfile.IsWlanConnectionProfile 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 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.