다음을 통해 공유


PublishedProject.MoveRemainingToStatus property

Gets 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 ReadOnly Property MoveRemainingToStatus As Boolean
    Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace