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 or sets the identifier of the user who most recently modified the workflow association associated with the workflow context.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property AssociatorUserId As Integer
Get
Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As Integer
value = instance.AssociatorUserId
instance.AssociatorUserId = value
public int AssociatorUserId { get; set; }
Property Value
Type: System.Int32
The identifier of the user who most recently modified the workflow association.
See Also
Reference
SPUserCodeWorkflowContext Class