NetworkAdapter.NetworkItem 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 NetworkItem object that represents the connected network.
public:
property NetworkItem ^ NetworkItem { NetworkItem ^ get(); };
NetworkItem NetworkItem();
public NetworkItem NetworkItem { get; }
var networkItem = networkAdapter.networkItem;
Public ReadOnly Property NetworkItem As NetworkItem
Property Value
The connected network.