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 ( _
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