ConnectionProfileFilter.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.
Indicates if connection profiles that represent WLAN (WiFi) connections are included in query results.
public:
property bool IsWlanConnectionProfile { bool get(); void set(bool value); };
bool IsWlanConnectionProfile();
void IsWlanConnectionProfile(bool value);
public bool IsWlanConnectionProfile { get; set; }
var boolean = connectionProfileFilter.isWlanConnectionProfile;
connectionProfileFilter.isWlanConnectionProfile = boolean;
Public Property IsWlanConnectionProfile As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if WLAN (WiFi) connections are included.