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

The list of history of workflow for the expense object.

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

Syntax

C#
public ArrayList WorkflowHistory { get; set; }
Visual Basic (Declaration)
Public Property WorkflowHistory As ArrayList
Visual C++
public:
property ArrayList^ WorkflowHistory {
	ArrayList^ get ();
	void set (ArrayList^ value);
}

See Also