Array of addresses associated with this contact. Will be null if the contact has no addresses

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

Syntax

C#
public CAddress[] Addresses { get; }
Visual Basic (Declaration)
Public ReadOnly Property Addresses As CAddress()
Visual C++
public:
property array<CAddress^>^ Addresses {
	array<CAddress^>^ get ();
}

See Also