BuildAssignmentsXmlActivity.__Context Property

Gets or sets the [WorkflowContext] from which the BuildAssignmentsXmlActivity property can expose information about the active workflow instance.

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 BuildAssignmentsXmlActivity
Dim value As WorkflowContext

value = instance.__Context

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

Property Value

Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
Returns WorkflowContext.

Remarks

This property is promoted by the __ContextProperty for use by the workflow runtime

See Also

Reference

BuildAssignmentsXmlActivity Class

BuildAssignmentsXmlActivity Members

Microsoft.Office.Workflow.Actions Namespace