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

Sets an user defined field for this case.

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

Syntax

C#
public void SetUdf(
	int udfNum,
	string val
)
Visual Basic (Declaration)
Public Sub SetUdf ( _
	udfNum As Integer, _
	val As String _
)
Visual C++
public:
void SetUdf(
	int udfNum, 
	String^ val
)

Parameters

udfNum
Type: System..::.Int32
The user defined field number.
val
Type: System..::.String
The user defined field value that is to be set.

See Also