The Key to the Address record. This value is generated and should not normally be changed.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also