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 SharePoint Foundation

Workflow Modification Forms (SharePoint Foundation)