Web.WorkflowAssociations property

Gets a value that specifies the collection of all workflow associations for the site.

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

Syntax

'Declaration
Public ReadOnly Property WorkflowAssociations As WorkflowAssociationCollection
    Get
'Usage
Dim instance As Web
Dim value As WorkflowAssociationCollection

value = instance.WorkflowAssociations
public WorkflowAssociationCollection WorkflowAssociations { get; }

Property value

Type: Microsoft.SharePoint.Client.Workflow.WorkflowAssociationCollection
Returns a WorkflowAssociationCollection instance representing the collection of all workflow associations for the site.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace