TimesheetLineClassDataSet.DepartmentsDataTable.RemoveDepartmentsRow method
Removes a row of department information in the DepartmentsDataTable, by using the specified DepartmentsRow object.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveDepartmentsRow ( _
row As TimesheetLineClassDataSet.DepartmentsRow _
)
'Usage
Dim instance As TimesheetLineClassDataSet.DepartmentsDataTable
Dim row As TimesheetLineClassDataSet.DepartmentsRow
instance.RemoveDepartmentsRow(row)
public void RemoveDepartmentsRow(
TimesheetLineClassDataSet.DepartmentsRow row
)
Parameters
row
Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRowA row of department information.
See also
Reference
TimesheetLineClassDataSet.DepartmentsDataTable class