IPNetwork.Prefix 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.
Get the IPAddress that represents the prefix for the network.
public:
property System::Net::IPAddress ^ Prefix { System::Net::IPAddress ^ get(); };
public System.Net.IPAddress Prefix { get; }
member this.Prefix : System.Net.IPAddress
Public ReadOnly Property Prefix As IPAddress