ProjectDataSet.TaskRow.TASK_COST_VAR property

Specifies the difference between the baseline cost and total cost for the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcProject namespace