Share via


TimesheetDataSet.ActionsDataTable.RemoveActionsRow Method

Deletes the specified row object from the ActionsTable.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveActionsRow ( _
    row As TimesheetDataSet.ActionsRow _
)
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow

instance.RemoveActionsRow(row)
public void RemoveActionsRow(
    TimesheetDataSet.ActionsRow row
)

Parameters

See Also

Reference

TimesheetDataSet.ActionsDataTable Class

TimesheetDataSet.ActionsDataTable Members

TimeSheet Web Service