WorkflowDataSet.WorkflowStatusDataTable.NEXT_STAGE1Column property
Defines the column for the NEXT_STAGE1 field.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property NEXT_STAGE1Column As DataColumn
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusDataTable
Dim value As DataColumn
value = instance.NEXT_STAGE1Column
public DataColumn NEXT_STAGE1Column { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
WorkflowDataSet.WorkflowStatusDataTable class