Task.ScheduleVariancePercentage property
Gets the ratio of schedule variance (SV) to budgeted cost of work scheduled (BCWS), expressed as a percentage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduleVariancePercentage As Integer
Get
'Usage
Dim instance As Task
Dim value As Integer
value = instance.ScheduleVariancePercentage
[RemoteAttribute]
public int ScheduleVariancePercentage { get; }
Property value
Type: System.Int32
The ratio of SV to BCWS expressed as a percentage number.