Share via


ForwardTask.User Property

A string containing the username of the user that the task is being forwarded to.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

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

value = instance.User

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

Property Value

Type: System.String
Returns String.

See Also

Reference

ForwardTask Class

ForwardTask Members

Microsoft.Office.Workflow.Actions Namespace