SPModificationEventArgs.modificationId Field
The ID of the workflow modification.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public modificationId As Guid
'Usage
Dim instance As SPModificationEventArgs
Dim value As Guid
value = instance.modificationId
instance.modificationId = value
public Guid modificationId
Remarks
When the IWorkflowModificationService raises an event, the event parameters are contained in the SPModificationEventArgs class.
For more information on workflow modifications, see Workflow Modification Forms (SharePoint Foundation).
See Also
Reference
SPModificationEventArgs Members