ProjectDataSet.TaskRow.TASK_EVMETHOD Property
Earned value method indicates the method to use when calculating earned value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_EVMETHOD As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_EVMETHOD
instance.TASK_EVMETHOD = value
public int TASK_EVMETHOD { get; set; }
Property Value
Type: System.Int32
A value of 1 indicates that the desired method is Physical % Complete, and a null reference (Nothing in Visual Basic) or any value other than 1 indicates that the desired method is % Complete.
Remarks
If TASK_EVMETHOD is 1, Project uses TASK_PHY_PCT_COMP instead of [P:][WebSvcStatusing.ProjectDataSet.TaskRow.TASK_PCT_COMP] to calculate budgeted cost of work performed (BCWP).