ProjectDataSet.ProjectRow.PROJ_OPT_CALC_ACT_COSTS Property
Specifies whether Project (client or server) calculates actual costs.
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 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