TimesheetDataSet.Audits Property
Contains a line for each TimesheetEnum.AuditOperationType object that is applied to a timesheet.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property Audits As TimesheetDataSet.AuditsDataTable
Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.AuditsDataTable
value = instance.Audits
[BrowsableAttribute(false)]
public TimesheetDataSet.AuditsDataTable Audits { get; }
Property Value
Type: [TimeSheet Web service].TimesheetDataSet.AuditsDataTable
Remarks
Auditing must be enabled on the server.
The Audits table is composed of TimesheetDataSet.AuditsRow rows.