Share via


OnWorkflowModified.User property

Gets or sets the login name of the SharePoint Foundation user who submitted the workflow form information.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property User As String
    Get
    Set
'Usage
Dim instance As OnWorkflowModified
Dim value As String

value = instance.User

instance.User = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public string User { get; set; }

Property value

Type: System.String

See also

Reference

OnWorkflowModified class

OnWorkflowModified members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

Workflow Modification Forms