Share via


FindActivity.ReturnValue Property

Gets or sets the ID of the list item to be found.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ReturnValue As SPItemKey
    Get
    Set
'Usage
Dim instance As FindActivity
Dim value As SPItemKey

value = instance.ReturnValue

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

Property Value

Type: Microsoft.SharePoint.Workflow.SPItemKey
The ID of the list item to be found.

See Also

Reference

FindActivity Class

FindActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace