Share via


ApplyActivation.__Context property

Provides a context for the activity that is currently being executed.

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 ApplyActivation
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
A WorkflowContext object.

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

ApplyActivation class

ApplyActivation members

Microsoft.SharePoint.WorkflowActions namespace