AnalysisDataSet.AnalysisProjectsRow.ORIGINAL_END_DATE property
Gets or sets the original finish date of the project as specified in the project itself.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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