WorkflowDataSet.WorkflowStatusRow.NEXT_STAGE2 - Propriété
Spécifie le GUID de la prochaine étape deuxième parallèle à NEXT_STAGE1 dans un flux de travail qui est actuellement en cours de traitement.
Espace de noms : WebSvcWorkflow
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property NEXT_STAGE2 As Guid
Get
Set
'Utilisation
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid
value = instance.NEXT_STAGE2
instance.NEXT_STAGE2 = value
public Guid NEXT_STAGE2 { get; set; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
WorkflowDataSet.WorkflowStatusRow classe