Share via


CopyItem.ItemGuid property

Gets or sets the globally unique identifier (GUID) of the item that this activity copies.

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 CopyItem
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>
Returns the GUID of the item.

See also

Reference

CopyItem class

CopyItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace