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