PlannerSolutionDataSet.SolutionResHiredDataTable.NewSolutionResHiredRow method
Creates a row object in the SolutionResHiredDataTable.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow
See also
Reference
PlannerSolutionDataSet.SolutionResHiredDataTable class