IPGlobalStatistics.NumberOfInterfaces Property

Definition

Gets the number of network interfaces.

public:
 abstract property int NumberOfInterfaces { int get(); };
public abstract int NumberOfInterfaces { get; }
member this.NumberOfInterfaces : int
Public MustOverride ReadOnly Property NumberOfInterfaces As Integer

Property 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.

Applies to