ProjectDataSet.ProjectRow.PROJ_INFO_SCHED_FROM Property

Indicates whether the project is scheduled from the project start date or the project finish date.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_INFO_SCHED_FROM As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_INFO_SCHED_FROM

instance.PROJ_INFO_SCHED_FROM = value
public bool PROJ_INFO_SCHED_FROM { get; set; }

Property Value

Type: System.Boolean
true if the project is set to schedule-from-start (SFS).

Remarks

Valid values are those available in Microsoft Office Project Professional. You can use the Project Server Interface (PSI) to set PROJ_INFO_SCHED_FROM when creating a project, but not when updating existing projects. To change an existing project, use the Project Information dialog box in Project Professional.

The default for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is the same as the default SFS value in Project Professional.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace