Share via


SPUserCodeWorkflowContext.ListId property

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

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

Syntax

'Declaration
Public Property ListId As Guid
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As Guid

value = instance.ListId

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

Property value

Type: System.Guid
The list identifier that contains the list item on which the workflow instance is running.

See also

Reference

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace