WorkflowAssociation.ListId property
Gets a value that specifies the identifier of the list on which this workflow association resides.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ListId As Guid
Get
'Usage
Dim instance As WorkflowAssociation
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
Returns a Guid instance representing the identifier of the list on which this workflow association resides.