de la propiedad ProjectDataSet.AssignmentRow.ASSN_IS_OVERALLOCATED
Indica si el recurso tiene asignado más trabajo en esta asignación que el que puede realizar teniendo en cuenta su capacidad normal de trabajo.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'Uso
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; }
Valor de propiedad
Tipo: System.Boolean
Comentarios
Solo lectura.
Vea también
Referencia
clase ProjectDataSet.AssignmentRow