Partager via


SPUserCodeWorkflowContext.WorkflowInstanceId - Propriété

Obtient ou définit le GUID de l'instance de flux de travail en cours.

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

Syntaxe

'Déclaration
Public Property WorkflowInstanceId As Guid
    Get
    Set
'Utilisation
Dim instance As SPUserCodeWorkflowContext
Dim value As Guid

value = instance.WorkflowInstanceId

instance.WorkflowInstanceId = value
public Guid WorkflowInstanceId { get; set; }

Valeur de propriété

Type : System.Guid
Le GUID de l'instance de flux de travail en cours.

Voir aussi

Référence

SPUserCodeWorkflowContext classe

SPUserCodeWorkflowContext - Membres

Microsoft.SharePoint.UserCode - Espace de noms