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

Syntax

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

See Also