SPWorkflowActivationProperties.Context property

Gets the Object on which the workflow instance is running.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Context As Object
    Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As Object

value = instance.Context
public Object Context { get; }

Property value

Type: System.Object
The object on which the workflow instance is running.

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace