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