HTLookupActivity.Collection - Propriété

Obtient ou définit le HashTable qui contient les paires clé/valeur à rechercher.

Espace de noms :  Microsoft.SharePoint.WorkflowActions
Assembly :  Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)

Syntaxe

'Déclaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Collection As Hashtable
    Get
    Set
'Utilisation
Dim instance As HTLookupActivity
Dim value As Hashtable

value = instance.Collection

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

Valeur de propriété

Type : System.Collections.Hashtable
HashTable qui contient les paires clé/valeur à rechercher.

Voir aussi

Référence

HTLookupActivity classe

HTLookupActivity - Membres

Microsoft.SharePoint.WorkflowActions - Espace de noms