다음을 통해 공유


DraftProject.MoveRemainingIfEarlier property

Gets or sets a value that indicates whether to move the start date of remaining parts forward to the status date, if the actual start date falls before the status date.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property MoveRemainingIfEarlier As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.MoveRemainingIfEarlier

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

Property value

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

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace