LookupActivity.ListItem property

The specified SharePoint Foundation 2010 list item on the designated list.

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

Syntax

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

value = instance.ListItem

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

Property value

Type: Microsoft.SharePoint.Workflow.SPItemKey
Returns SPItemKey.

See also

Reference

LookupActivity class

LookupActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace