PublishedProject.ScheduledFromStart property
Gets whether the project is scheduled from the finish date instead of the start date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduledFromStart As Boolean
Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean
value = instance.ScheduledFromStart
[RemoteAttribute]
public bool ScheduledFromStart { get; }
Property value
Type: System.Boolean
True if the project is scheduled from the finish date instead of the start date; otherwise, False.