Share via


GetUserProfileActivity.PropertyName-Eigenschaft

Ruft ab oder legt den Namen der Eigenschaft aus dem Benutzerprofil.

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; }

Eigenschaftswert

Typ: System.String
Gibt String zurück.

Siehe auch

Referenz

GetUserProfileActivity Klasse

GetUserProfileActivity-Member

Microsoft.Office.Workflow.Actions-Namespace