WorkflowContext.ListId property

Gets the identifier of the list that contains the list item on which the workflow instance is running.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public ReadOnly Property ListId As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

value = instance.ListId
public string ListId { get; }

Property value

Type: System.String
Represents the list identifier.

Remarks

If the workflow is a site workflow, the value is Empty.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace