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.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace