WorkflowContext.AssociatorUser property

Gets the author of the workflow association associated with the workflow context.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public ReadOnly Property AssociatorUser As SPUser
    Get
'Usage
Dim instance As WorkflowContext
Dim value As SPUser

value = instance.AssociatorUser
public SPUser AssociatorUser { get; }

Property value

Type: Microsoft.SharePoint.SPUser
An SPUser object that represents the author.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace