ProjectDataSet.TaskRow.TASK_BUDGET_COST property

Specifies the total budget cost for the task.

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

Syntax

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

value = instance.TASK_BUDGET_COST

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

Property value

Type: System.Double

Remarks

Read-only. When you assign a cost resource that is a budget resource to a project summary task, and then enter a budget amount for the cost resource in either the Task or Resource, Project Server rolls up the total amount to the project summary task.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace