SPList.WorkflowAssociations Property

Gets the collection of workflow association objects that represents all the workflows that are associated with the list.

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

Syntax

Public ReadOnly Property WorkflowAssociations As SPWorkflowAssociationCollection
    Get

Dim instance As SPList
Dim value As SPWorkflowAssociationCollection

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

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection
An SPWorkflowAssociationCollection object that represents the workflows.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace