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