ProjectDataSet.AssignmentRow.ASSN_IS_OVERALLOCATED - Propriété
Indique si la ressource est affectée à plus de travail pour cette affectation qu'elle peut être effectuée à l'intérieur des capacités normales de travail de la ressource.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Boolean
Remarques
Lecture seule.
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe