GetUserProfileActivity.FunctionName-Eigenschaft

Eigenschaft abrufen und Festlegen des Namens der Funktion von Profilen.

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

value = instance.FunctionName

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

Eigenschaftswert

Typ: System.String
Gibt String zurück.

Hinweise

Die User Profile-Funktion bestimmt den Rückgabetyp eines Benutzerprofils für den angegebenen Benutzer und die angegebene Eigenschaft.

Siehe auch

Referenz

GetUserProfileActivity Klasse

GetUserProfileActivity-Member

Microsoft.Office.Workflow.Actions-Namespace