Compartilhar via


DraftProject.StartDate property

Obtém ou define a data de início do projeto.

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

Syntax

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

value = instance.StartDate

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

Property value

Type: System.DateTime
A data de início do projeto.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace