Share via


ProjectCreationInformation.Start property

Gets or sets the start date of the project.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Start As DateTime
    Get
    Set
'Usage
Dim instance As ProjectCreationInformation
Dim value As DateTime

value = instance.Start

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

Property value

Type: System.DateTime
The start date of the project.

See also

Reference

ProjectCreationInformation class

ProjectCreationInformation members

Microsoft.ProjectServer.Client namespace