Share via


TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_IS_AUDIT_ENABLED Property

Specifies whether timesheet auditing is enabled.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Property WADMIN_TS_IS_AUDIT_ENABLED As Boolean
    Get
    Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean

value = instance.WADMIN_TS_IS_AUDIT_ENABLED

instance.WADMIN_TS_IS_AUDIT_ENABLED = value
public bool WADMIN_TS_IS_AUDIT_ENABLED { get; set; }

Property Value

Type: System.Boolean

Remarks

True if timesheet auditing is enabled.

When auditing is enabled, timesheet creation and changes to approval and adjustments are recorded.

See Also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow Class

TimeSheetSettingsDataSet.TimeSheetSettingsRow Members

Admin Web Service