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.3.0

Syntax

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

See Also