ProjectDataSet.ProjectRow.PROJ_INFO_SCHED_FROM Property
Indicates whether the project is scheduled from the project start date or from the project finish date.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
True if the project is set to schedule-from-start (SFS); otherwise, false.Valid values are those values that are available in 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