ConnectionProfile.WlanConnectionProfileDetails 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 WlanConnectionProfileDetails object that provides a method for retrieving information specific to a WLAN (WiFi) connection.
public:
property WlanConnectionProfileDetails ^ WlanConnectionProfileDetails { WlanConnectionProfileDetails ^ get(); };
WlanConnectionProfileDetails WlanConnectionProfileDetails();
public WlanConnectionProfileDetails WlanConnectionProfileDetails { get; }
var wlanConnectionProfileDetails = connectionProfile.wlanConnectionProfileDetails;
Public ReadOnly Property WlanConnectionProfileDetails As WlanConnectionProfileDetails
Property Value
Defines a method to access information specific to a WLAN connection.