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