ProjectDataSet.ProjectRow.PROJ_OPT_MOVE_REMAINING_TO_STATUS Property

Indicates whether to move the start date of the remaining parts back to the status date, if the actual start date falls after the status date.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_MOVE_REMAINING_TO_STATUS As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_MOVE_REMAINING_TO_STATUS

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

Property Value

Type: System.Boolean
true if Project Server moves the start date of the remaining parts back to the status date.

Remarks

PROJ_OPT_MOVE_REMAINING_TO_STATUS maps to the And move start of remaining parts back to status date option in the Calculation tab of the Options dialog box in Microsoft Office 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

WebSvcProject Namespace