TimesheetAuditExportDataSet.AuditExportsDataTable.NewAuditExportsRow method
Creates an AuditExportsRow object that represents a new row of timesheet auditing information in the AuditExportsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow
See also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable class