StatusingDataSet.ProjectsRow.PROJ_MOVE_REMAINING_TO_STATUS Property
Gets a value that indicates whether Project moves the start of remaining parts of the task back 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_MOVE_REMAINING_TO_STATUS As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean
value = instance.PROJ_MOVE_REMAINING_TO_STATUS
instance.PROJ_MOVE_REMAINING_TO_STATUS = value
public bool PROJ_MOVE_REMAINING_TO_STATUS { 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 And move start of remaining parts back to status date check box is selected, Project moves the remaining parts of the task to begin on the status date. This option is available only when Move end of completed parts after status date back to status date is selected.
See Also
Reference
StatusingDataSet.ProjectsRow Class