ProjectDataSet.AssignmentDataTable.ASSN_IS_OVERALLOCATEDColumn Property
Defines the column for the ASSN_IS_OVERALLOCATED field.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property ASSN_IS_OVERALLOCATEDColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim value As DataColumn
value = instance.ASSN_IS_OVERALLOCATEDColumn
public DataColumn ASSN_IS_OVERALLOCATEDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.AssignmentDataTable Class