Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the workflow associations on a SharePoint 2010 list.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "WorkflowAssociationCollection", ServerTypeId := "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}", _
CollectionIndexerMethodClientName := "GetById", CollectionChildItemType := GetType(SPWorkflowAssociation))> _
Public MustInherit Class SPWorkflowAssociationCollection _
Inherits SPBaseCollection
'Usage
Dim instance As SPWorkflowAssociationCollection
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "WorkflowAssociationCollection", ServerTypeId = "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}",
CollectionIndexerMethodClientName = "GetById", CollectionChildItemType = typeof(SPWorkflowAssociation))]
public abstract class SPWorkflowAssociationCollection : SPBaseCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Please sign in to use this experience.
Sign in