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.