The number of addresses that the contact has.

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

Syntax

C#
public int AddressCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property AddressCount As Integer
Visual C++
public:
property int AddressCount {
	int get ();
}

See Also