Поделиться через


ProjectDataSet.TaskRow.TASK_COST_VAR Property

Task cost variance specifies the difference between the baseline cost and the total cost for a task.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property TASK_COST_VAR As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_COST_VAR

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

Property Value

Type: System.Double

Remarks

Read-only. Calculated value.

COST_VAR = TASK_COST - TB_COST

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service