WaitForActivity.__ListItem Property

Gets or sets 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)> _
<BrowsableAttribute(True)> _
Public Property __ListItem As SPItemKey
    Get
    Set
'Usage
Dim instance As WaitForActivity
Dim value As SPItemKey

value = instance.__ListItem

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

Property Value

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

See Also

Reference

WaitForActivity Class

WaitForActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace