TimesheetDataSet.LinesRow.GetAuditsRows Method
Returns a set of TimesheetDataSet.AuditsRow rows representing the audits encountered for this timesheet line item.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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