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.