Share via


AnalysisDataSet.AnalysisProjectsRow.ORIGINAL_END_DATE Property

Gets or sets the original finish date of the project as specified in the project itself.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

Syntax

'Declaration
Public Property ORIGINAL_END_DATE As DateTime
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As DateTime

value = instance.ORIGINAL_END_DATE

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

Property Value

Type: System.DateTime
Returns DateTime.

See Also

Reference

AnalysisDataSet.AnalysisProjectsRow Class

AnalysisDataSet.AnalysisProjectsRow Members

PortfolioAnalyses Web Service