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.
Gets the originator of the current workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public ReadOnly Property InitiatorUser As SPUser
Get
'Usage
Dim instance As WorkflowContext
Dim value As SPUser
value = instance.InitiatorUser
public SPUser InitiatorUser { get; }
Property Value
Type: Microsoft.SharePoint.SPUser
An SPUser object that represents the originator.