SPWorkflowActivationProperties.Workflow property

Gets the workflow instance.

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

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

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace