StatusingDataSet.ProjectsRow.PROJ_MOVE_ACTUAL_TO_STATUS Property
Gets a value that indicates whether Project moves actual work to end on 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_ACTUAL_TO_STATUS As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean
value = instance.PROJ_MOVE_ACTUAL_TO_STATUS
instance.PROJ_MOVE_ACTUAL_TO_STATUS = value
public bool PROJ_MOVE_ACTUAL_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 end of completed parts forward to status date check box is selected, Project moves the end of actual work on the task forward, to the status date. This option is available only when Move start of remaining parts before status date forward to status date is selected.
See Also
Reference
StatusingDataSet.ProjectsRow Class