SPWorkflowActivationProperties.Context Property
Gets the Object on which the workflow instance is running.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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