Share via


LookupSPListItemSPFieldLookupProperty.ListId property

Gets or sets the globally unique identifier (GUID) of the SharePoint list containing the item with the property to lookup.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property ListId As InArgument(Of Guid)
    Get
    Set
'Usage
Dim instance As LookupSPListItemSPFieldLookupProperty
Dim value As InArgument(Of Guid)

value = instance.ListId

instance.ListId = value
[RequiredArgumentAttribute]
public InArgument<Guid> ListId { get; set; }

Property value

Type: System.Activities.InArgument<Guid>

See also

Reference

LookupSPListItemSPFieldLookupProperty class

LookupSPListItemSPFieldLookupProperty members

Microsoft.SharePoint.WorkflowServices.Activities namespace