다음을 통해 공유


DraftProject.MoveActualToStatus property

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

value = instance.MoveActualToStatus

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

Property value

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

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace