ProjectDataSet.ProjectResourceRow.RES_IS_OVERALLOCATED propriedade
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: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'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; }
Valor de propriedade
Tipo: System.Boolean
Comentários
Somente leitura.
Ver também
Referência
ProjectDataSet.ProjectResourceRow classe