DraftProject.StartDate property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Set
'Usage
Dim instance As DraftProject
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Property value
Type: System.DateTime