ProjectDataSet.AssignmentRow.ASSN_IS_OVERALLOCATED-Eigenschaft
Gibt an, ob die Ressource mehr Arbeit für diese Zuordnung zugeordnet ist, als innerhalb der normalen arbeiten Ressourcenkapazität durchgeführt werden kann.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.ASSN_IS_OVERALLOCATED
instance.ASSN_IS_OVERALLOCATED = value
public bool ASSN_IS_OVERALLOCATED { get; set; }
Eigenschaftswert
Typ: System.Boolean
Hinweise
Schreibgeschützt.
Siehe auch
Referenz
ProjectDataSet.AssignmentRow Klasse