SPWorkflow.ItemGuid Property
Gets the ID of the item on which this workflow 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 ItemGuid As Guid
Get
'Usage
Dim instance As SPWorkflow
Dim value As Guid
value = instance.ItemGuid
public Guid ItemGuid { get; }
Property Value
Type: System.Guid
A Guid that represents the item ID.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation