StatusingDataSet.ProjectsRow.PROJ_MOVE_ACTUAL_IF_LATER Property
Gets a value that indicates whether Project moves actual work that occurs after the status date 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_ACTUAL_IF_LATER As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean
value = instance.PROJ_MOVE_ACTUAL_IF_LATER
instance.PROJ_MOVE_ACTUAL_IF_LATER = value
public bool PROJ_MOVE_ACTUAL_IF_LATER { 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 end of completed parts after status date back to status date check box is selected, if you enter actuals for a task that is scheduled after the status date, Project moves the completed part of the task so that the work ends on the status date.
See Also
Reference
StatusingDataSet.ProjectsRow Class