TimesheetDataSet.LinesRow.GetAuditsRows method
Returns a set of TimesheetDataSet.AuditsRow rows that represent the audits encountered for this timesheet line item.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.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