Share via


Task.BaselineWorkTimeSpan property

Gets the total time interval for the total planned person-hours that are scheduled for the 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 BaselineWorkTimeSpan As TimeSpan
    Get
'Usage
Dim instance As Task
Dim value As TimeSpan

value = instance.BaselineWorkTimeSpan
[RemoteAttribute]
public TimeSpan BaselineWorkTimeSpan { get; }

Property value

Type: System.TimeSpan
The duration of the total planned person-hours.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace