WorkflowContext.InitiatorUser Property
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.