ProjectDataSet.ProjectRow.PROJ_OPT_CALC_ACT_COSTS Property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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
false if Project calculates actual costs; true if the user enters actual costs.

Remarks

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

WebSvcStatusing Namespace