AddArrayIntoArrayListActivity.Value property
Gets or sets the ArrayList object to be added to the end of the ArrayList object represented by the ReturnValue property.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Value As ArrayList
Get
Set
'Usage
Dim instance As AddArrayIntoArrayListActivity
Dim value As ArrayList
value = instance.Value
instance.Value = value
[ValidationOptionAttribute(ValidationOption.Required)]
public ArrayList Value { get; set; }
Property value
Type: System.Collections.ArrayList
The list to be added to the end of the ArrayList object represented by the ReturnValue property.
See also
Reference
AddArrayIntoArrayListActivity class