StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_TS_DEF_ENTRY_MODE_ENUM Property

Specifies whether resources report hours worked per day or total hours per week.

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_DEF_ENTRY_MODE_ENUM As Byte
    Get
    Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Byte

value = instance.WADMIN_TS_DEF_ENTRY_MODE_ENUM

instance.WADMIN_TS_DEF_ENTRY_MODE_ENUM = value
public byte WADMIN_TS_DEF_ENTRY_MODE_ENUM { get; set; }

Property Value

Type: System.Byte

Remarks

The default value of WADMIN_TS_DEF_ENTRY_MODE_ENUM is 0 (hours per day). You can set this value in the Reporting Display section of the Task Settings and Display page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx).

Entry mode value

Description

0

Report hours per day of work done on a task.

1

Report total hours per week of work done on a task.

See Also

Reference

StatusingSettingsDataSet.StatusingSettingsRow Class

StatusingSettingsDataSet.StatusingSettingsRow Members

Admin Web Service