Share via


TimesheetDataSet.Audits Property

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

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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