SPWorkflowActivationProperties.Item property

Gets the list item on which the workflow instance is running.

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

Syntax

'Declaration
Public ReadOnly Property Item As SPListItem
    Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As SPListItem

value = instance.Item
public SPListItem Item { get; }

Property value

Type: Microsoft.SharePoint.SPListItem
An SPListItem object that represents the list item.

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace