Share via


ProjectDataSet.ProjectResourceRow.RES_IS_OVERALLOCATED Property

Indicates whether the resource is assigned to do more work on all assigned tasks than can be done within the 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 RES_IS_OVERALLOCATED As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean

value = instance.RES_IS_OVERALLOCATED

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

Property Value

Type: System.Boolean

Remarks

Read-only.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service