Share via


Task.CostPerformanceIndex property

Gets the ratio of the baseline costs of work that has been performed on the task to the actual costs of work that has been performed, calculated up to the project status date or today's date.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CostPerformanceIndex As Double
    Get
'Usage
Dim instance As Task
Dim value As Double

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

Property value

Type: System.Double
The ratio of baseline costs to actual costs.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace