NetworkAdapter.NetworkItem Property

Definition

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.

Applies to