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