Share via


StatusingDataSet.ProjectsRow.PROJ_MOVE_REMAINING_IF_EARLIER property

Gets a value that indicates whether Project moves the start of remaining parts of the task forward to the status date.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_MOVE_REMAINING_IF_EARLIER As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean

value = instance.PROJ_MOVE_REMAINING_IF_EARLIER

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

Property value

Type: System.Boolean
The default value is False.

Remarks

On the Advanced tab of the Project Options dialog box, when the Move start of remaining parts before status date forward to status date check box is selected, Project moves the start of remaining parts of the task forward, to begin on the status date.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace

PROJ_MOVE_ACTUAL_TO_STATUS