다음을 통해 공유


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.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace