Type of the gateway. Certain settings are interpreted differently for different types of gateways

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

Syntax

C#
public eGatewayType GatewayType { get; }
Visual Basic
Public ReadOnly Property GatewayType As eGatewayType
	Get
Visual C++
public:
property eGatewayType GatewayType {
	eGatewayType get ();
}
F#
member GatewayType : eGatewayType with get

Property Value

Type: eGatewayType

See Also