SPWorkflowAssociationCollection.Item property (Int32)

Gets the workflow association at the specified index.

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

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.Int32

    The 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

SPWorkflowAssociationCollection members

Item overload

Microsoft.SharePoint.Workflow namespace