TimesheetDataSet.AuditsDataTable.RemoveAuditsRow Method
Deletes the specified row object from the AuditsTable.
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 RemoveAuditsRow ( _
row As TimesheetDataSet.AuditsRow _
)
'Usage
Dim instance As TimesheetDataSet.AuditsDataTable
Dim row As TimesheetDataSet.AuditsRow
instance.RemoveAuditsRow(row)
public void RemoveAuditsRow(
TimesheetDataSet.AuditsRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetDataSet.AuditsRow
Contains the row that is to be deleted.
See Also
Reference
TimesheetDataSet.AuditsDataTable Class