Share via


SPWorkflowTaskCollection.Count property

Gets the total number of workflow tasks in the collection.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As SPWorkflowTaskCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Property value

Type: System.Int32
An Integer that represents the number of tasks.

Implements

ICollection.Count

See also

Reference

SPWorkflowTaskCollection class

SPWorkflowTaskCollection members

Microsoft.SharePoint.Workflow namespace