Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The earned value method indicates the method to use when calculating earned value.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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).