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

AddArrayIntoArrayListActivity Members

Microsoft.SharePoint.WorkflowActions Namespace