SPWorkflowEventProperties.ListId property
Gets the identifier of the workflow ParentList.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ListId As Guid
Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
See also
Reference
SPWorkflowEventProperties class