Web.WorkflowAssociations Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property WorkflowAssociations As WorkflowAssociationCollection
    Get
'Usage
Dim instance As Web
Dim value As WorkflowAssociationCollection

value = instance.WorkflowAssociations
[RemoteAttribute]
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