DraftTask.BudgetWork property
Gets or sets the amount of work that is estimated to be performed on a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property BudgetWork As String
Get
Set
'Usage
Dim instance As DraftTask
Dim value As String
value = instance.BudgetWork
instance.BudgetWork = value
[RemoteAttribute]
public string BudgetWork { get; set; }
Property value
Type: System.String
The amount of estimated work.
Remarks
To get the TimeSpan value for the budget work, use the BudgetWorkTimeSpan property.