Partager via


WorkflowContext.ListId - Propriété

Obtient l'identificateur de la liste qui contient l'élément de liste sur lequel l'instance de workflow est en cours d'exécution.

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

Syntaxe

'Déclaration
Public ReadOnly Property ListId As String
    Get
'Utilisation
Dim instance As WorkflowContext
Dim value As String

value = instance.ListId
public string ListId { get; }

Valeur de propriété

Type : System.String
Représente l'identificateur de la liste.

Remarques

Si le workflow est un workflow de site, la valeur est Empty.

Voir aussi

Référence

WorkflowContext classe

WorkflowContext - Membres

Microsoft.SharePoint.WorkflowActions - Espace de noms