ProjectDataSet.ProjectRow.PROJ_OPT_MOVE_REMAINING_IF_EARLIER property
Indicates whether to move the start date of remaining parts forward to the status date, if the actual start date falls before the status date.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_MOVE_REMAINING_IF_EARLIER As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_MOVE_REMAINING_IF_EARLIER
instance.PROJ_OPT_MOVE_REMAINING_IF_EARLIER = value
public bool PROJ_OPT_MOVE_REMAINING_IF_EARLIER { get; set; }
Property value
Type: System.Boolean
Remarks
True if Project Server moves the start date of remaining parts forward to the status date; otherwise, False. PROJ_OPT_MOVE_REMAINING_IF_EARLIER maps to the Move start of remaining parts before status date 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