ProjectDataSet.ProjectRow.PROJ_OPT_TASK_UPDATES_RES Property
Indicates whether Project Server automatically calculates actual and remaining work and costs.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_TASK_UPDATES_RES As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_TASK_UPDATES_RES
instance.PROJ_OPT_TASK_UPDATES_RES = value
public bool PROJ_OPT_TASK_UPDATES_RES { get; set; }
Property Value
Type: System.Boolean
True if Project Server automatically calculates actual and remaining work and costs.
Remarks
True if Project Server automatically calculates actual and remaining work and costs; otherwise, false. Project Server can automatically calculate actual and remaining work and costs when you enter task percent complete information in the project schedule. PROJ_OPT_TASK_UPDATES_RES maps to the Actual costs are always calculated by Microsoft Office Project option on the Calculation tab of the Options dialog box in Project Professional.
The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is true.
See Also
Reference
ProjectDataSet.ProjectRow Class