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:  ProjectServerWebServices (in ProjectServerWebServices.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