ProjectDataSet.AssignmentRow.ASSN_WORK property
Especifica o trabalho de atribuição total com base no intervalo de atribuição e as unidades de atribuição do recurso atribuído.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property ASSN_WORK As Double
Get
Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_WORK
instance.ASSN_WORK = value
public double ASSN_WORK { get; set; }
Property value
Type: System.Double
Comentários
ASSN_WORK inclui o trabalho de horas extras real e restante.
Ver também
Referência
ProjectDataSet.AssignmentRow class