GatewayIPAddressInformation.Address Property

Definition

Gets the IP address of the gateway.

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

Property Value

An IPAddress object that contains the IP address of the gateway.

Applies to