FindValueActivity.ExternalListId - Propriété

Obtient ou définit le ExternalListId à partir de laquelle le champ et la valeur seront récupérées.

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

Syntaxe

'Déclaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ExternalListId As String
    Get
    Set
'Utilisation
Dim instance As FindValueActivity
Dim value As String

value = instance.ExternalListId

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

Valeur de propriété

Type : System.String
L'identificateur de liste Windows SharePoint Services 3.0 (ID).

Voir aussi

Référence

FindValueActivity classe

FindValueActivity - Membres

Microsoft.SharePoint.WorkflowActions - Espace de noms