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