An array of the fields contained in this view

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

Syntax

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

See Also