ProjectDataSet.ProjectResourceRow.RES_IS_OVERALLOCATED-Eigenschaft
Gibt an, ob der Ressource mehr Arbeit an allen zugeordneten Vorgängen als innerhalb der normalen Arbeitskapazität bewältigt werden kann.
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; }
Eigenschaftswert
Typ: System.Boolean
Hinweise
Schreibgeschützt.
Siehe auch
Referenz
ProjectDataSet.ProjectResourceRow Klasse