StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_DEFAULT_TRACKING_METHOD Property
Specifies the default method for reporting progress on tasks.
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_DEFAULT_TRACKING_METHOD As Byte
Get
Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Byte
value = instance.WADMIN_DEFAULT_TRACKING_METHOD
instance.WADMIN_DEFAULT_TRACKING_METHOD = value
public byte WADMIN_DEFAULT_TRACKING_METHOD { get; set; }
Property Value
Type: System.Byte
Remarks
The default value of WADMIN_DEFAULT_TRACKING_METHOD is 2 (percent complete). You can set this value in the Tracking Method section of the Task Settings and Display page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx).
Tracking method value |
Description |
---|---|
1 |
Hours per period (for example, hours per day) of work done on a task. |
2 |
Percent of work completed. |
3 |
Total hours of actual work done and work remaining on each task period. |
The enterprise global template determines the default tracking method for new projects.
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsRow Class