GetUserProfileActivity.__Context-Eigenschaft

Ruft ab oder legt die [WorkflowContext] aus der __ContextProperty -Eigenschaft Informationen über aktive Workflowinstanz an die Workflow-Runtime verfügbar machen kann.

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

value = instance.__Context

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

Eigenschaftswert

Typ: Microsoft.SharePoint.WorkflowActions.WorkflowContext
Gibt WorkflowContextzurück.

Siehe auch

Referenz

GetUserProfileActivity Klasse

GetUserProfileActivity-Member

Microsoft.Office.Workflow.Actions-Namespace