ProjectDataSet.ProjectRow.PROJ_OPT_TASK_UPDATES_RES Property
Indicates whether Project Server automatically calculates actual and remaining work and costs.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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
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 in the Calculation tab of the Options dialog box in Microsoft Office 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