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