GetItemIdInCache.ItemId property

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property ItemId As InOutArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As GetItemIdInCache
Dim value As InOutArgument(Of Integer)

value = instance.ItemId

instance.ItemId = value
[RequiredArgumentAttribute]
public InOutArgument<int> ItemId { get; set; }

Property value

Type: System.Activities.InOutArgument<Int32>

See also

Reference

GetItemIdInCache class

GetItemIdInCache members

Microsoft.SharePoint.WorkflowServices.Activities namespace