[This is preliminary documentation and is subject to change.]

Gets the count of the total number of elements in the tracker case. This includes the udf and fixed fields.

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int UdfCount()
Visual Basic (Declaration)
Public Function UdfCount As Integer
Visual C++
public:
int UdfCount()

Return Value

The total number of elements including the udf and fixed fields

See Also