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.
Represents the user who performed the action 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 SPListItemServiceEventArgs
Dim value As String
value = instance.executor
instance.executor = value
public string executor
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.
See Also
Reference
SPListItemServiceEventArgs Class