Share via


GetUserProfileActivity.User property

A string representing the user.

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

Syntax

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

value = instance.User

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

Property value

Type: System.String
Returns String.

See also

Reference

GetUserProfileActivity class

GetUserProfileActivity members

Microsoft.Office.Workflow.Actions namespace