Assignment.BaselineWorkTimeSpan property
Gets the total time interval of 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 BaselineWorkTimeSpan As TimeSpan
Get
'Usage
Dim instance As Assignment
Dim value As TimeSpan
value = instance.BaselineWorkTimeSpan
[RemoteAttribute]
public TimeSpan BaselineWorkTimeSpan { get; }
Property value
Type: System.TimeSpan
The total planned hours.