Share via


PublishedTask.BudgetWork property

Gets the budgeted work.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BudgetWork As String
    Get
'Usage
Dim instance As PublishedTask
Dim value As String

value = instance.BudgetWork
[RemoteAttribute]
public string BudgetWork { get; }

Property value

Type: System.String
The amount of budgeted work.

Remarks

The BudgetWork field is used to enter or review work on the task by budget resources and material resources. Budget resources are assigned only to the project summary task.

To get the TimeSpan value for the budget work, use the BudgetWorkTimeSpan property.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace