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:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcProject namespace