Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the project start date for schedule-from-start (SFS) projects.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_INFO_START_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime
value = instance.PROJ_INFO_START_DATE
instance.PROJ_INFO_START_DATE = value
public DateTime PROJ_INFO_START_DATE { get; set; }
Property value
Type: System.DateTime
Remarks
PROJ_INFO_START_DATE is ignored for schedule-from-finish (SFF) projects. The default for new projects is the current server date.
See also
Reference
ProjectDataSet.ProjectRow class