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

Returns the udf hashtable, the key is the id of the udf and the value is the value of udf in string

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

Syntax

C#
public Hashtable Udfs { get; }
Visual Basic (Declaration)
Public ReadOnly Property Udfs As Hashtable
Visual C++
public:
property Hashtable^ Udfs {
	Hashtable^ get ();
}

See Also