Share via


GetUserProfileActivity.PropertyName property

Gets or sets the property name from the user profile.

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 PropertyName As String
    Get
    Set
'Usage
Dim instance As GetUserProfileActivity
Dim value As String

value = instance.PropertyName

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

Property value

Type: System.String
Returns String.

See also

Reference

GetUserProfileActivity class

GetUserProfileActivity members

Microsoft.Office.Workflow.Actions namespace