Share via


SetRelatedItem.SourceListItemGuid property

Gets or sets the globally unique identifier (GUID) 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 SourceListItemGuid As InArgument(Of Guid)
    Get
    Set
'Usage
Dim instance As SetRelatedItem
Dim value As InArgument(Of Guid)

value = instance.SourceListItemGuid

instance.SourceListItemGuid = value
public InArgument<Guid> SourceListItemGuid { get; set; }

Property value

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

See also

Reference

SetRelatedItem class

SetRelatedItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace