HTLookupActivity.Collection property

Gets or sets the HashTable that contains the key/value pairs to be searched.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Collection As Hashtable
    Get
    Set
'Usage
Dim instance As HTLookupActivity
Dim value As Hashtable

value = instance.Collection

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

Property value

Type: System.Collections.Hashtable
The HashTable that contains the key/value pairs to be searched.

See also

Reference

HTLookupActivity class

HTLookupActivity members

Microsoft.SharePoint.WorkflowActions namespace