Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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