CopyItem.ToListId property
Gets or sets the globally unique identifier (GUID) of the list to which the item is copied.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
Public Property ToListId As InArgument(Of Guid)
Get
Set
'Usage
Dim instance As CopyItem
Dim value As InArgument(Of Guid)
value = instance.ToListId
instance.ToListId = value
[RequiredArgumentAttribute]
public InArgument<Guid> ToListId { get; set; }
Property value
Type: System.Activities.InArgument<Guid>
Returns the list GUID.