DraftAssignment.BudgetedWork property
Gets or sets the budgeted work for the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property BudgetedWork As String
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As String
value = instance.BudgetedWork
instance.BudgetedWork = value
[RemoteAttribute]
public string BudgetedWork { get; set; }
Property value
Type: System.String
The amount of budgeted work.
Remarks
To get the TimeSpan value for the budgeted work, use the BudgetedWorkTimeSpan property.