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 : 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.