StatusingDataSet.ProjectsRow.PROJ_OPT_SPREAD_ACT_COSTS Property
Gets a value that specifies whether changes in actual costs are spread to the status 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 StatusingDataSet.ProjectsRow
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
Remarks
The Edits to total actual cost will be spread to the status date option can be set on the Schedule tab of the Project Options dialog box. This option is available only when PROJ_OPT_CALC_ACT_COSTS is False.
See Also
Reference
StatusingDataSet.ProjectsRow Class