IssueTracking.WorkflowItem Property
Gets the list item on which this workflow instance is running.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowItem As SPListItem
Get
'Usage
Dim instance As IssueTracking
Dim value As SPListItem
value = instance.WorkflowItem
public SPListItem WorkflowItem { get; }
Property Value
Type: Microsoft.SharePoint.SPListItem
The list item on which the workflow instance is running. If the workflow item is deleted, this value is null .