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