다음을 통해 공유


DraftProject.MoveActualIfLater property

Gets or sets 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 Property MoveActualIfLater As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.MoveActualIfLater

instance.MoveActualIfLater = value
[RemoteAttribute]
public bool MoveActualIfLater { get; set; }

Property value

Type: System.Boolean
True if the end date of completed parts should be moved forward to the status date; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace