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