Array of CExtTables associated with this contact. Will be null if the contact has no data in any ExtTable.

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

Syntax

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

See Also