SPItemEventArgs.workflowId - Champ
ID de l'instance de workflow.
Espace de noms : Microsoft.SharePoint.Workflow
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public workflowId As Guid
'Utilisation
Dim instance As SPItemEventArgs
Dim value As Guid
value = instance.workflowId
instance.workflowId = value
public Guid workflowId
Remarques
Lorsque le ISharePointService déclenche l'événement OnWorkflowItemChanged ou OnWorkflowItemDeleted , les paramètres d'événement sont contenues dans la classe SPItemEventArgs .