WorkflowInterop.ItemGuid property
Gets or sets the item identifier of the workflow into the activity.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property ItemGuid As InArgument(Of Guid)
Get
Set
'Usage
Dim instance As WorkflowInterop
Dim value As InArgument(Of Guid)
value = instance.ItemGuid
instance.ItemGuid = value
public InArgument<Guid> ItemGuid { get; set; }
Property value
Type: System.Activities.InArgument<Guid>
The item identifier of the workflow.