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 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.