TimeSheetWork.PlannedWork property
Gets or sets the amount of planned work that is on a timesheet.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PlannedWork As String
Get
Set
'Usage
Dim instance As TimeSheetWork
Dim value As String
value = instance.PlannedWork
instance.PlannedWork = value
[RemoteAttribute]
public string PlannedWork { get; set; }
Property value
Type: System.String
The amount of planned work.
Remarks
Planned work is baseline work that can be compared against current progress.
To get the TimeSpan value for the planned work, use the PlannedWorkTimeSpan property.