TimesheetDataSet.AuditsDataTable.NewAuditsRow Method
Creates a row object in the AuditsDataTable.
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 Function NewAuditsRow As TimesheetDataSet.AuditsRow
'Usage
Dim instance As TimesheetDataSet.AuditsDataTable
Dim returnValue As TimesheetDataSet.AuditsRow
returnValue = instance.NewAuditsRow()
public TimesheetDataSet.AuditsRow NewAuditsRow()
Return Value
Type: [TimeSheet Web service].TimesheetDataSet.AuditsRow
See Also
Reference
TimesheetDataSet.AuditsDataTable Class