If static IP is set: This is the value of the subnet mask of the network the gateway is operating on.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string GatewaySubnet { get; }
Visual Basic
Public ReadOnly Property GatewaySubnet As String
	Get
Visual C++
public:
property String^ GatewaySubnet {
	String^ get ();
}
F#
member GatewaySubnet : string with get

Property Value

Type: String

See Also