Share via


TimesheetAuditExportDataSet.AuditExportsDataTable.NewAuditExportsRow Method

Creates an AuditExportsRow object that represents a new row of timesheet auditing information in the AuditExportsDataTable.

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 Function NewAuditExportsRow As TimesheetAuditExportDataSet.AuditExportsRow
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim returnValue As TimesheetAuditExportDataSet.AuditExportsRow

returnValue = instance.NewAuditExportsRow()
public TimesheetAuditExportDataSet.AuditExportsRow NewAuditExportsRow()

Return Value

Type: [Admin Web service].TimesheetAuditExportDataSet.AuditExportsRow

See Also

Reference

TimesheetAuditExportDataSet.AuditExportsDataTable Class

TimesheetAuditExportDataSet.AuditExportsDataTable Members

Admin Web Service