SPWorkflowModification.Id Property
The ID of the 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 Property Id As Guid
Get
'Usage
Dim instance As SPWorkflowModification
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property Value
Type: System.Guid
A Guid that represents the workflow modification ID.
Remarks
For more information about workflow modifications and modification forms, see Workflow Modification Forms (SharePoint Foundation) and EnableWorkflowModification.