Task.BaselineWork property
Gets the total planned person-hours that are scheduled for a task, as established at the time of the project baseline.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaselineWork As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.BaselineWork
[RemoteAttribute]
public string BaselineWork { get; }
Property value
Type: System.String
The total planned person-hours.
Remarks
To get the TimeSpan value for baseline work, use the BaselineWorkTimeSpan property.