Share via


TimesheetManagersDataSet.TimesheetManagersDataTable.RemoveTimesheetManagersRow method

Removes a row of timesheet manager information in the TimesheetManagersDataTable, by using the specified TimesheetManagersRow object.

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

Syntax

'Declaration
Public Sub RemoveTimesheetManagersRow ( _
    row As TimesheetManagersDataSet.TimesheetManagersRow _
)
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim row As TimesheetManagersDataSet.TimesheetManagersRow

instance.RemoveTimesheetManagersRow(row)
public void RemoveTimesheetManagersRow(
    TimesheetManagersDataSet.TimesheetManagersRow row
)

Parameters

See also

Reference

TimesheetManagersDataSet.TimesheetManagersDataTable class

TimesheetManagersDataSet.TimesheetManagersDataTable members

WebSvcAdmin namespace