Share via


PlannerSolutionDataSet.SolutionResHiredDataTable.RemoveSolutionResHiredRow method

Deletes the specified row object from the SolutionResHiredDataTable.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemoveSolutionResHiredRow ( _
    row As PlannerSolutionDataSet.SolutionResHiredRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim row As PlannerSolutionDataSet.SolutionResHiredRow

instance.RemoveSolutionResHiredRow(row)
public void RemoveSolutionResHiredRow(
    PlannerSolutionDataSet.SolutionResHiredRow row
)

Parameters

See also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable class

PlannerSolutionDataSet.SolutionResHiredDataTable members

WebSvcPortfolioAnalyses namespace