ProjectDataSet.ProjectRow.PROJ_OPT_CALC_ACT_COSTS property

Specifies whether Project (client or server) calculates actual costs.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_CALC_ACT_COSTS As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_CALC_ACT_COSTS

instance.PROJ_OPT_CALC_ACT_COSTS = value
public bool PROJ_OPT_CALC_ACT_COSTS { get; set; }

Property value

Type: System.Boolean

Remarks

False if Project calculates actual costs; True if the user enters actual costs. 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 False.

Note

This is the inverse of what you might expect. A checked value in the Project client application results in a False value here.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace