PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow.START_DATE Property
Gets the start date of the project. 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 PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
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.
See Also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow Class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow Members