Share via


SPUserCodeWorkflowContext.AssociatorUserId property

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)

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

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace