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

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

Syntax

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

See Also