AnalysisDataSet.AnalysisProjectRequirementsByRoleRow.START_DATE Property
Gets the beginning of the period of time the requirement information is based on. Read-only.
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 START_DATE As DateTime
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
Dim value As DateTime
value = instance.START_DATE
instance.START_DATE = value
public DateTime START_DATE { get; set; }
Property Value
Type: System.DateTime
Returns DateTime.
Remarks
The duration of the time period is determined by the time scale of the analysis.
See Also
Reference
AnalysisDataSet.AnalysisProjectRequirementsByRoleRow Class
AnalysisDataSet.AnalysisProjectRequirementsByRoleRow Members