Share via


WorkflowInterop.ListId property

Gets or sets the list identifier of the workflow into the activity.

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

Syntax

'Declaration
Public Property ListId As InArgument(Of Guid)
    Get
    Set
'Usage
Dim instance As WorkflowInterop
Dim value As InArgument(Of Guid)

value = instance.ListId

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

Property value

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

See also

Reference

WorkflowInterop class

WorkflowInterop members

Microsoft.SharePoint.WorkflowServices.Activities namespace