ProjectDataSet.AssignmentRow.ASSN_WORK_VAR property
Especifica a diferença entre o trabalho de linha de base e o trabalho agendado no momento.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property ASSN_WORK_VAR As Double
Get
Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_WORK_VAR
instance.ASSN_WORK_VAR = value
public double ASSN_WORK_VAR { get; set; }
Property value
Type: System.Double
Comentários
Somente leitura. ASSN_WORK_VAR é calculado como mostrado na fórmula a seguir.
ASSN_WORK_VAR = ASSN_WORK - AB_WORK
Ver também
Referência
ProjectDataSet.AssignmentRow class