SPWorkflowModificationCollection.Item property (Guid)
Gets the specified workflow modification.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.GuidThe 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