Share via


WaitForDocumentStatusActivity.__ListItem Property

Gets or sets an object that represents the list item associated with the current workflow instance.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __ListItem As SPItemKey
    Get
    Set
'Usage
Dim instance As WaitForDocumentStatusActivity
Dim value As SPItemKey

value = instance.__ListItem

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

Property Value

Type: Microsoft.SharePoint.Workflow.SPItemKey
An object that represents the list item associated with the current workflow instance.

See Also

Reference

WaitForDocumentStatusActivity Class

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace