Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the SPListItem on which the SPWorkflow instance was created.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ItemName As String
Get
'Usage
Dim instance As SPWorkflow
Dim value As String
value = instance.ItemName
public string ItemName { get; }
Property Value
Type: System.String
The name of the SPListItem on which the SPWorkflow instance was created, or Empty if the workflow instance was not created for an item.