Share via


FindActivity.ListItem property

Gets or sets integer value that represents the list item on which the workflow instance is running.

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 FindActivity
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
The list item on which the workflow instance is running.

See also

Reference

FindActivity class

FindActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace