IPGlobalStatistics::NumberOfRoutes Property

 

Gets the number of routes in the Internet Protocol (IP) routing table.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property int NumberOfRoutes {
	virtual int get() abstract;
}

Property Value

Type: System::Int32

An Int64 value that specifies the total number of routes in the routing table.

.NET Framework
Available since 2.0
Return to top
Show: