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.