LookupActivity.ListId property

The ID of the SharePoint Foundation 2010 list on which the item resides.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ListId As String
    Get
    Set
'Usage
Dim instance As LookupActivity
Dim value As String

value = instance.ListId

instance.ListId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string ListId { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

LookupActivity class

LookupActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace