Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the resource is assigned to do more work on all assigned tasks than can be done within the normal working capacity.
Namespace: WebSvcStatusing
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