AnalysisDataSet.AnalysisProjectsRow.ORIGINAL_START_DATE Property
Gets or sets the original start 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_START_DATE As DateTime
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As DateTime
value = instance.ORIGINAL_START_DATE
instance.ORIGINAL_START_DATE = value
public DateTime ORIGINAL_START_DATE { get; set; }
Property Value
Type: System.DateTime
Returns DateTime.
See Also
Reference
AnalysisDataSet.AnalysisProjectsRow Class