ProjectResource.BaselineCost property

Gets the planned total cost for 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 BaselineCost As Double
    Get
'Usage
Dim instance As ProjectResource
Dim value As Double

value = instance.BaselineCost
[RemoteAttribute]
public double BaselineCost { get; }

Property value

Type: System.Double
The planned total cost for work.

Remarks

Baseline Cost = (Work * Standard Rate) + (Overtime Work * Overtime Rate) + Per Use Cost

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace