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