Gets the number of Fields (CExtField) in this table

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

Syntax

C#
public int FieldCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property FieldCount As Integer
Visual C++
public:
property int FieldCount {
	int get ();
}

See Also