Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the default timesheet tracking method for reporting hours worked on tasks.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_DEFAULT_TRACKING_METHOD As Integer
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Integer
value = instance.WADMIN_DEFAULT_TRACKING_METHOD
instance.WADMIN_DEFAULT_TRACKING_METHOD = value
public int WADMIN_DEFAULT_TRACKING_METHOD { get; set; }
Property value
Type: System.Int32
Remarks
Return Values: Value=1: hours of work done per day or per week; Value=2: percent of work complete; Value=3: actual work done and work remaining.
The WADMIN_DEFAULT_TRACKING_METHOD property can be set on the Task Settings and Display page (https://ServerName/ProjectServerName/_layouts/pwa/Admin/TSSettings.aspx) in Project Web App.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class