Compartilhar via


ProjectDataSet.ProjectResourceRow.RES_IS_OVERALLOCATED property

Indica se o recurso está atribuído para fazer mais trabalho em todas as tarefas atribuídas do que pode ser feito dentro da capacidade normal de trabalho.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property RES_IS_OVERALLOCATED As Boolean
    Get
    Set
'Uso
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

Comentários

Somente leitura.

Ver também

Referência

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace