ProjectDataSet.AssignmentRow.ASSN_IS_OVERALLOCATED Property

Indicates whether the resource is assigned to more work on this assignment than can be done within the resource's normal working capacity.

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 Property ASSN_IS_OVERALLOCATED As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean

value = instance.ASSN_IS_OVERALLOCATED

instance.ASSN_IS_OVERALLOCATED = value
public bool ASSN_IS_OVERALLOCATED { get; set; }

Property Value

Type: System.Boolean

Remarks

Read-only.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service