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

Gets the user defined field value of a particular field in this case.

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

Syntax

C#
public string GetUdf(
	int udfNum
)
Visual Basic (Declaration)
Public Function GetUdf ( _
	udfNum As Integer _
) As String
Visual C++
public:
String^ GetUdf(
	int udfNum
)

Parameters

udfNum
Type: System..::.Int32
The user defined field number.

Return Value

The user defined field value.

Exceptions

See Also