Share via


SetRelatedItem.SourceListItemId property

Gets or sets the identifier of the source list item.

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

Syntax

'Declaration
Public Property SourceListItemId As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As SetRelatedItem
Dim value As InArgument(Of Integer)

value = instance.SourceListItemId

instance.SourceListItemId = value
public InArgument<int> SourceListItemId { get; set; }

Property value

Type: System.Activities.InArgument<Int32>
The identifier of the source list item.

See also

Reference

SetRelatedItem class

SetRelatedItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace