HTLookupActivity.__Context property

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

Namespace:  Microsoft.SharePoint.WorkflowActions
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 HTLookupActivity
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
The workflow context.

See also

Reference

HTLookupActivity class

HTLookupActivity members

Microsoft.SharePoint.WorkflowActions namespace