ProjectDataSet.TaskRow.TASK_EVMETHOD property

The earned value method indicates the method to use when calculating earned value.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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 TASK_PCT_COMP to calculate budgeted cost of work performed (BCWP).

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace