PublishedProject.MoveActualToStatus property
Gets a value that indicates whether to move the end date of completed parts back to the status date, if the actual end data falls after the status date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property MoveActualToStatus As Boolean
Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean
value = instance.MoveActualToStatus
[RemoteAttribute]
public bool MoveActualToStatus { get; }
Property value
Type: System.Boolean
True if the end date of completed parts should be moved back to the status date; otherwise, False.