HTLookupActivity.ReturnValue property

Gets or sets the value of the item in the collection with the key value specified by the field name.

Namespace:  Microsoft.SharePoint.WorkflowActions
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 HTLookupActivity
Dim value As Object

value = instance.ReturnValue

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

Property value

Type: System.Object
The value of the item in the collection with the key value specified by the field name.

See also

Reference

HTLookupActivity class

HTLookupActivity members

Microsoft.SharePoint.WorkflowActions namespace