de la propiedad WorkflowDataSet.WorkflowStatusRow.NEXT_STAGE2
Especifica el GUID para una segunda fase siguiente que es paralela a NEXT_STAGE1 en un flujo de trabajo que se está procesando.
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property NEXT_STAGE2 As Guid
Get
Set
'Uso
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid
value = instance.NEXT_STAGE2
instance.NEXT_STAGE2 = value
public Guid NEXT_STAGE2 { get; set; }
Valor de propiedad
Tipo: System.Guid
Vea también
Referencia
clase WorkflowDataSet.WorkflowStatusRow