IPInformation.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.
Retrieves the network adapter associated with the IP address.
public:
property NetworkAdapter ^ NetworkAdapter { NetworkAdapter ^ get(); };
NetworkAdapter NetworkAdapter();
public NetworkAdapter NetworkAdapter { get; }
var networkAdapter = iPInformation.networkAdapter;
Public ReadOnly Property NetworkAdapter As NetworkAdapter
Property Value
The associated network adapter.