SPWeb.Workflows Property

Gets the collection of workflow instances that are running or have run on the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Workflows As SPWorkflowCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPWorkflowCollection

value = instance.Workflows
public SPWorkflowCollection Workflows { get; }

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowCollection
A collection of SPWorkflow objects.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace