Compartilhar via


ProjectDataSet.AssignmentRow.ASSN_COST_VAR propriedade

Especifica a diferença entre o custo da linha de base e o custo total para este recurso nessa tarefa.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Property ASSN_COST_VAR As Double
    Get
    Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_COST_VAR

instance.ASSN_COST_VAR = value
public double ASSN_COST_VAR { get; set; }

Valor de propriedade

Tipo: System.Double

Comentários

Somente leitura. ASSN_COST_VAR é calculado como mostrado na fórmula a seguir.

ASSN_COST_VAR = ASSN_COSTAB_COST

Ver também

Referência

ProjectDataSet.AssignmentRow classe

ProjectDataSet.AssignmentRow membros

WebSvcStatusing namespace