Share via


WaitForItemDeleted.__Context Property

Gets or sets the [WorkflowContext] from which the [WaitForItemDeleted] activity can extract 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)> _
Public Property __Context As WorkflowContext
    Get
    Set
'Usage
Dim instance As WaitForItemDeleted
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.

See Also

Reference

WaitForItemDeleted Class

WaitForItemDeleted Members

Microsoft.Office.Workflow.Actions Namespace