UnicastIPAddressInformation::IPv4Mask Property

 

Gets the IPv4 mask.

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

public:
property IPAddress^ IPv4Mask {
	virtual IPAddress^ get() abstract;
}

Property Value

Type: System.Net::IPAddress^

An IPAddress object that contains the IPv4 mask.

.NET Framework
Available since 2.0
Return to top
Show: