ProjectDataSet.ProjectRow.PROJ_OPT_MOVE_ACTUAL_IF_LATER Property

Indicates whether to move the end date of completed parts forward to the status date, if the actual end date falls before the status date.

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_MOVE_ACTUAL_IF_LATER As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_MOVE_ACTUAL_IF_LATER

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

Property Value

Type: System.Boolean

Remarks

PROJ_OPT_MOVE_ACTUAL_IF_LATER maps to the And move end of completed parts forward to 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 false.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Project Web Service