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