Share via


FindActivity.__Context property

Gets or sets the workflow context that contains properties associated with the active workflow instance.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

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

value = instance.__Context

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

Property value

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

Remarks

This property is promoted by the __ContextProperty dependency property.

See also

Reference

FindActivity class

FindActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace