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