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