ProjectDataSet.TaskRow.TASK_BUDGET_WORK Property

The total budget work for the task.

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

Syntax

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

value = instance.TASK_BUDGET_WORK

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

Property Value

Type: System.Double

Remarks

Read-only. When you assign a work or material resource that is a budget resource to a project summary task, and then enter a work amount for the 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

Project Web Service