WorkflowContext.ItemName property

Gets the name of the list item on which the workflow instance was created.

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

Syntax

'Declaration
Public ReadOnly Property ItemName As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

value = instance.ItemName
public string ItemName { get; }

Property value

Type: System.String
The name of the list item on which the workflow instance was created.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace