ConnectionProfile.NetworkAdapter 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 the object representing the network adapter providing connectivity for the connection.
public:
property NetworkAdapter ^ NetworkAdapter { NetworkAdapter ^ get(); };
NetworkAdapter NetworkAdapter();
public NetworkAdapter NetworkAdapter { get; }
var networkAdapter = connectionProfile.networkAdapter;
Public ReadOnly Property NetworkAdapter As NetworkAdapter
Property Value
The network adapter object.