Share via


Task.CostVariancePercentage property

Gets the ratio of cost variance (CV) to the budgeted cost of work that has been performed on the task (BCWP), expressed as a percentage.

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

Syntax

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

value = instance.CostVariancePercentage
[RemoteAttribute]
public int CostVariancePercentage { get; }

Property value

Type: System.Int32
The ratio of CV to BCWP expressed as a percentage.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace