Numeric Identifier of the gateway that is sending the message

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

Syntax

C#
public long GatewayID { get; set; }
Visual Basic
Public Property GatewayID As Long
	Get
	Set
Visual C++
public:
property long long GatewayID {
	long long get ();
	void set (long long value);
}
F#
member GatewayID : int64 with get, set

Property Value

Type: Int64

See Also