Share via


WorkflowDataSet.WorkflowStatusRow.NEXT_STAGE1 property

Specifies the GUID for the next stage in a workflow that is currently being processed.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property NEXT_STAGE1 As Guid
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid

value = instance.NEXT_STAGE1

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

Property value

Type: System.Guid

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WorkflowDataSet.WorkflowStatusRow members

WebSvcWorkflow namespace