SPWorkflowActivationProperties.ItemId property

Gets the ID of 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 ItemId As Integer
    Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As Integer

value = instance.ItemId
public int ItemId { get; }

Property value

Type: System.Int32
A Guid that represents the ID of the list item.

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace