IPGlobalStatistics.NumberOfInterfaces 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 number of network interfaces.
public:
 abstract property int NumberOfInterfaces { int get(); };public abstract int NumberOfInterfaces { get; }member this.NumberOfInterfaces : intPublic MustOverride ReadOnly Property NumberOfInterfaces As IntegerProperty Value
An Int64 value containing the number of network interfaces for the address family used to obtain this IPGlobalStatistics instance.
Remarks
The data returned by this property includes loopback interfaces.
Network interfaces are also known as network adapters.