ProjectDataSet.ProjectRow.PROJ_OPT_SPREAD_ACT_COSTS Property
Indicates whether actual costs are spread to the status date or to the stop date.
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_SPREAD_ACT_COSTS As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_SPREAD_ACT_COSTS
instance.PROJ_OPT_SPREAD_ACT_COSTS = value
public bool PROJ_OPT_SPREAD_ACT_COSTS { get; set; }
Property Value
Type: System.Boolean
True if actual costs are spread to the status date.
Remarks
True if actual costs are spread to the status date; otherwise, false. PROJ_OPT_SPREAD_ACT_COSTS maps to the Edits to total actual cost will be spread to the status date 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