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