IP address of the gateway if applicable. Default: 0.0.0.0 will inform the gateway to use DHCP to obtain an IP Address.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string GatewayIP { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GatewayIP As String Get |
| Visual C++ |
|---|
public: property String^ GatewayIP { String^ get (); } |
| F# |
|---|
member GatewayIP : string with get |