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