Locomotive address.

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

C#
public int Address { get; set; }
Visual Basic
Public Property Address As Integer
	Get
	Set
Visual C++
public:
property int Address {
	int get ();
	void set (int value);
}

See Also