Share via


TimesheetDataSet.Audits property

Contains a line for each TimesheetEnum.AuditOperationType object that is applied to a timesheet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcTimeSheet.TimesheetDataSet.AuditsDataTable

Remarks

Auditing must be enabled on the server.

The Audits table is composed of TimesheetDataSet.AuditsRow rows.

See also

Reference

TimesheetDataSet class

TimesheetDataSet members

WebSvcTimeSheet namespace