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

Dumps the task to the string

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

Syntax

C#
public string Dump()
Visual Basic (Declaration)
Public Function Dump As String
Visual C++
public:
String^ Dump()

Return Value

The string value of the task object

See Also