Share via


WaitForItemChanged.__Context property

Provides context of the activity that is currently being executed.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __Context As WorkflowContext
    Get
    Set
'Usage
Dim instance As WaitForItemChanged
Dim value As WorkflowContext

value = instance.__Context

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

Property value

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

Remarks

The WorkflowContext object that contains information about the specified workflow, including the SPSite, SPWeb, and the identifier (ID) of the task list item that the workflow is executing.

See also

Reference

WaitForItemChanged class

WaitForItemChanged members

Microsoft.Office.Workflow.Actions namespace