SPTaskServiceEventArgs.executor Field
The user that raised the event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public executor As String
'Usage
Dim instance As SPTaskServiceEventArgs
Dim value As String
value = instance.executor
instance.executor = value
public string executor
Remarks
When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.