StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_DEFAULT_TRACKING_METHOD Property

Specifies the default method for reporting progress on tasks (work done or work remaining).

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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 the value in the Tracking Method section of the Task Settings and Display page in Project Web Access (http://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

StatusingSettingsDataSet.StatusingSettingsRow Members

WebSvcAdmin Namespace

WADMIN_IS_TRACKING_METHOD_LOCKED