WorkflowDataSet.WorkflowStatusRow.NEXT_STAGE2 property
Specifies the GUID for a second next stage that is parallel to NEXT_STAGE1 in a workflow that is currently being processed.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property NEXT_STAGE2 As Guid
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid
value = instance.NEXT_STAGE2
instance.NEXT_STAGE2 = value
public Guid NEXT_STAGE2 { get; set; }
Property value
Type: System.Guid
See also
Reference
WorkflowDataSet.WorkflowStatusRow class