Share via


DraftProject.ScheduledFromStart property

Gets or sets a value that indicates whether the project is scheduled from the start date instead of the finish date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property ScheduledFromStart As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.ScheduledFromStart

instance.ScheduledFromStart = value
[RemoteAttribute]
public bool ScheduledFromStart { get; set; }

Property value

Type: System.Boolean
True if the project is scheduled from the start date instead of the finish date; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace