Share via


TimesheetAuditExportDataSet.AuditExportsDataTable.RemoveAuditExportsRow method

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

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

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

WebSvcAdmin namespace