ProjectResource.BaselineWork property

Gets the planned amount of work to be performed by the project resource.

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 ProjectResource
Dim value As String

value = instance.BaselineWork
[RemoteAttribute]
public string BaselineWork { get; }

Property value

Type: System.String
The planned amount of work.

Remarks

To get the TimeSpan value for the baseline work, use the BaselineWorkTimeSpan property.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace