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