Поделиться через


TimesheetDataSet.LinesRow.GetAuditsRows Method

Returns a set of TimesheetDataSet.AuditsRow rows that represent the audits encountered for this timesheet line item.

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 GetAuditsRows As TimesheetDataSet.AuditsRow()
'Usage
Dim instance As TimesheetDataSet.LinesRow
Dim returnValue As TimesheetDataSet.AuditsRow()

returnValue = instance.GetAuditsRows()
public TimesheetDataSet.AuditsRow[] GetAuditsRows()

Return Value

Type: []

See Also

Reference

TimesheetDataSet.LinesRow Class

TimesheetDataSet.LinesRow Members

TimeSheet Web Service