IPNetwork.BaseAddress Property

Definition

Gets the IPAddress that represents the prefix of the network.

public:
 property System::Net::IPAddress ^ BaseAddress { System::Net::IPAddress ^ get(); };
public System.Net.IPAddress BaseAddress { get; }
member this.BaseAddress : System.Net.IPAddress
Public ReadOnly Property BaseAddress As IPAddress

Property Value

The IPAddress that represents the prefix of the network.

Applies to