Share via


LookupSPListItemGuid.ItemId property

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property ItemId As OutArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As LookupSPListItemGuid
Dim value As OutArgument(Of Integer)

value = instance.ItemId

instance.ItemId = value
public OutArgument<int> ItemId { get; set; }

Property value

Type: System.Activities.OutArgument<Int32>

See also

Reference

LookupSPListItemGuid class

LookupSPListItemGuid members

Microsoft.SharePoint.WorkflowServices.Activities namespace