UnicastIPAddressInformation::PrefixLength Property

.NET Framework (current version)
 

Gets the length, in bits, of the prefix or network part of the IP address.

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

public:
property int PrefixLength {
	virtual int get();
}

Property Value

Type: System::Int32

Returns Int32.

the length, in bits, of the prefix or network part of the IP address.

.NET Framework
Available since 4.5
Return to top
Show: