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.
Gets the workflow association at the specified index.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPWorkflowAssociation
Get
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim index As Integer
Dim value As SPWorkflowAssociation
value = instance(index)
public SPWorkflowAssociation this[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the workflow association in the collection.
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociation
A SPWorkflowAssociation that represents the specified workflow association.
See Also
Reference
SPWorkflowAssociationCollection Class