OfficeTask.TaskResults property

Returns the results of a task process.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property TaskResults As Hashtable
    Get
'Usage
Dim instance As OfficeTask
Dim value As Hashtable

value = instance.TaskResults
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(false)]
public Hashtable TaskResults { get; }

Property value

Type: System.Collections.Hashtable
The items of the type.

Remarks

For the returned hashtable, each item is comprised of a string and a double. The string values represent the different possible outcomes of the task, and the double values are the number of tasks completed with that outcome.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace