Expand Minimize
This topic has not yet been rated - Rate this topic

ProjectDataSet.ProjectRow.PLANNER_END_DATE property

Gets the finish date of a project that was determined in the Portfolio Analysis Resource Planner solution.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)
Public Property PLANNER_END_DATE As DateTime
	Get
	Set
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime

value = instance.PLANNER_END_DATE

instance.PLANNER_END_DATE = value
public DateTime PLANNER_END_DATE { get; set; }

Property value

Type: System.DateTime
A date and time object.

Read-only.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.