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: [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_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