Assignment.BaselineWork property
Gets total planned person-hours scheduled for an assignment, 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 Assignment
Dim value As String
value = instance.BaselineWork
[RemoteAttribute]
public string BaselineWork { get; }
Property value
Type: System.String
The total planned hours.
Remarks
To get the TimeSpan value for the baseline work, use the BaselineWorkTimeSpan property.