PlannerSolutionDataSet.SolutionProjectsDataTable.NewSolutionProjectsRow Method
Creates a row object in the SolutionProjectsDataTable.
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 Function NewSolutionProjectsRow As PlannerSolutionDataSet.SolutionProjectsRow
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsDataTable
Dim returnValue As PlannerSolutionDataSet.SolutionProjectsRow
returnValue = instance.NewSolutionProjectsRow()
public PlannerSolutionDataSet.SolutionProjectsRow NewSolutionProjectsRow()
Return Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionProjectsRow
See Also
Reference
PlannerSolutionDataSet.SolutionProjectsDataTable Class