Share via


AddArrayIntoArrayListActivity.ReturnValue property

Gets or sets the ArrayList object to which the ArrayList object represented by the Value property is added.

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

Syntax

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

value = instance.ReturnValue

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

Property value

Type: System.Collections.ArrayList
The list to which the ArrayList object represented by the Value property is added.

See also

Reference

AddArrayIntoArrayListActivity class

AddArrayIntoArrayListActivity members

Microsoft.SharePoint.WorkflowActions namespace