ProjectDataSet.TaskDataTable.TASK_IS_OVERALLOCATEDColumn Property

Defines the column for the TASK_IS_OVERALLOCATED field.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property TASK_IS_OVERALLOCATEDColumn As DataColumn
    Get
'Usage
Dim instance As ProjectDataSet.TaskDataTable
Dim value As DataColumn

value = instance.TASK_IS_OVERALLOCATEDColumn
public DataColumn TASK_IS_OVERALLOCATEDColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

ProjectDataSet.TaskDataTable Class

ProjectDataSet.TaskDataTable Members

Project Web Service