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.
Gets the start date of a project that was determined in the Portfolio Analysis Resource Planner solution.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PLANNER_START_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime
value = instance.PLANNER_START_DATE
instance.PLANNER_START_DATE = value
public DateTime PLANNER_START_DATE { get; set; }
Property value
Type: System.DateTime
A date and time object.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class