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)

Syntax

'Declaration
Public Property PLANNER_END_DATE As DateTime
    Get
    Set
'Usage
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.

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace