SPWeb.WorkflowAssociations Property
Gets the collection of workflow association objects that represents all the workflows that are associated with the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property WorkflowAssociations As SPWorkflowAssociationCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPWorkflowAssociationCollection
value = instance.WorkflowAssociations
[ClientCallableAttribute]
public SPWorkflowAssociationCollection WorkflowAssociations { get; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection
A collection of SPWorkflowAssociation objects.