SPModificationEventArgs.user Field
The user who modified the workflow.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public user As String
'Usage
Dim instance As SPModificationEventArgs
Dim value As String
value = instance.user
instance.user = value
public string user
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).