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

Syntax

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

See Also