Share via


StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_TS_DEF_ENTRY_MODE_ENUM property

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

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

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

WebSvcAdmin namespace