DraftProject.StartDate property
Gets or sets the project start date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property StartDate As DateTime
Get
Set
'Usage
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
The project start date.