Share via


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

See also

Reference

PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable class

PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable members

WebSvcPortfolioAnalyses namespace