Share via


LookupActivity.ReturnValue property

Gets or sets the value returned from the lookup function.

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

Syntax

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

value = instance.ReturnValue

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

Property value

Type: System.Object
Returns Object.

See also

Reference

LookupActivity class

LookupActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace