Gets an array of the fields contained in this table

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

Syntax

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

See Also