Share via


FindValueActivity.ReturnValue property

Gets or sets the Microsoft SharePoint Foundation 2010 list item where the specified value was 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 FindValueActivity
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
Returns SPItemKey.

See also

Reference

FindValueActivity class

FindValueActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace