Compartilhar via


DraftProject.MoveActualIfLater propriedade

Obtém ou define um valor que indica se é necessário mover a data final das partes concluídas para data de status, se a data de término real é anterior a data de status.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Property MoveActualIfLater As Boolean
    Get
    Set
'Uso
Dim instance As DraftProject
Dim value As Boolean

value = instance.MoveActualIfLater

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

Valor de propriedade

Tipo: System.Boolean
True se a data final das partes concluídas deve ser movida para frente até a data de status; Caso contrário, False.

Ver também

Referência

DraftProject classe

DraftProject membros

Microsoft.ProjectServer.Client namespace