Share via


SP.Workflow.WorkflowAssociationCollection.item Property

Applies to: SharePoint Foundation 2010

Gets the workflow association at the specified index of the collection.

var value = SP.Workflow.WorkflowAssociationCollection.get_item(index);

Parameters

index

Type: int

The zero-based index of the workflow association in the collection.

Property Value

Type: SP.Workflow.WorkflowAssociation

The workflow association at the specified index of the collection.

Applies To

SP.Workflow.WorkflowAssociationCollection Class

See Also

Reference

SP.Workflow.WorkflowAssociationCollection Methods

SP.Workflow.WorkflowAssociationCollection Properties

SP.Workflow Namespace