Share via


SetRelatedItem.TargetListId property

Gets or sets the globally unique identifier (GUID) of the list containing the related item.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property TargetListId As InArgument(Of Guid)
    Get
    Set
'Usage
Dim instance As SetRelatedItem
Dim value As InArgument(Of Guid)

value = instance.TargetListId

instance.TargetListId = value
[RequiredArgumentAttribute]
public InArgument<Guid> TargetListId { get; set; }

Property value

Type: System.Activities.InArgument<Guid>
The GUID of the list.

See also

Reference

SetRelatedItem class

SetRelatedItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace