OfficeTask.CompletedTaskCount property

Returns the number of tasks in the task process that are marked as completed.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CompletedTaskCount As Double
    Get
    Private Set
'Usage
Dim instance As OfficeTask
Dim value As Double

value = instance.CompletedTaskCount
[BrowsableAttribute(false)]
public double CompletedTaskCount { get; private set; }

Property value

Type: System.Double
The number of completed tasks.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace