SPWorkflowActivationProperties.Workflow Property
Gets the workflow instance.
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 Workflow As SPWorkflow
Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As SPWorkflow
value = instance.Workflow
public SPWorkflow Workflow { get; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflow
An SPWorkflow object that represents the workflow instance.
See Also
Reference
SPWorkflowActivationProperties Class