PlannerSolutionDataSet.SolutionResHiredDataTable.AddSolutionResHiredRow method (PlannerSolutionDataSet.SolutionResHiredRow)
Adds a SolutionResHiredRow object to the SolutionResHiredDataTable.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddSolutionResHiredRow ( _
row As PlannerSolutionDataSet.SolutionResHiredRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim row As PlannerSolutionDataSet.SolutionResHiredRow
instance.AddSolutionResHiredRow(row)
public void AddSolutionResHiredRow(
PlannerSolutionDataSet.SolutionResHiredRow row
)
Parameters
row
Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRowContains the row information.
See also
Reference
PlannerSolutionDataSet.SolutionResHiredDataTable class
PlannerSolutionDataSet.SolutionResHiredDataTable members