Compartilhar via


DraftProject.CurrentDate propriedade

Obtém ou define a data atual do projeto.

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

Sintaxe

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

value = instance.CurrentDate

instance.CurrentDate = value
[RemoteAttribute]
public DateTime CurrentDate { get; set; }

Valor de propriedade

Tipo: System.DateTime
Um objeto DateTime que representa a data atual.

Ver também

Referência

DraftProject classe

DraftProject membros

Microsoft.ProjectServer.Client namespace