PublishedProject.StartDate property
Gets the project start date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property StartDate As DateTime
Get
'Usage
Dim instance As PublishedProject
Dim value As DateTime
value = instance.StartDate
[RemoteAttribute]
public DateTime StartDate { get; }
Property value
Type: System.DateTime
The project start date.