Share via


SPWorkflowModificationCollection.Item Property (Guid)

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 ( _
    id As Guid _
) As SPWorkflowModification
    Get
'Usage
Dim instance As SPWorkflowModificationCollection
Dim id As Guid
Dim value As SPWorkflowModification

value = instance(id)
public SPWorkflowModification this[
    Guid id
] { get; }

Parameters

  • id
    Type: System.Guid

    The ID of the workflow modification.

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