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

Syntax

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

See Also