Share via


TimesheetAuditExportDataSet.AuditExportsDataTable.RemoveAuditExportsRow Method

Removes a row of timesheet auditing information in the AuditExportsDataTable by using the specified AuditExportsRow object.

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

Syntax

'Declaration
Public Sub RemoveAuditExportsRow ( _
    row As TimesheetAuditExportDataSet.AuditExportsRow _
)
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim row As TimesheetAuditExportDataSet.AuditExportsRow

instance.RemoveAuditExportsRow(row)
public void RemoveAuditExportsRow(
    TimesheetAuditExportDataSet.AuditExportsRow row
)

Parameters

See Also

Reference

TimesheetAuditExportDataSet.AuditExportsDataTable Class

TimesheetAuditExportDataSet.AuditExportsDataTable Members

Admin Web Service