Share via


Task.SchedulePerformanceIndex property

Gets the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled.

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

Syntax

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

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

Property value

Type: System.Double
The ratio of the budgeted costs of work performed on a task to work scheduled.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace