Share via


SPWorkflowModificationCollection.Item Property (Int32)

Gets the specified workflow modification.

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 SPWorkflowModification
    Get
'Usage
Dim instance As SPWorkflowModificationCollection
Dim index As Integer
Dim value As SPWorkflowModification

value = instance(index)
public SPWorkflowModification this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    The index of the workflow modification in the collection.

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowModification
An SPWorkflowModification object that represents the workflow modification.

See Also

Reference

SPWorkflowModificationCollection Class

SPWorkflowModificationCollection Members

Item Overload

Microsoft.SharePoint.Workflow Namespace