StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_TIMESHEET_TIED Property

Specifies whether users must report time only on the timesheet and synchronize task status with the timesheet.

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

Syntax

'Declaration
Public Property WADMIN_STAT_TIMESHEET_TIED As Boolean
    Get
    Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Boolean

value = instance.WADMIN_STAT_TIMESHEET_TIED

instance.WADMIN_STAT_TIMESHEET_TIED = value
public bool WADMIN_STAT_TIMESHEET_TIED { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value of WADMIN_STAT_TIMESHEET_TIED is false (the checkbox is unchecked; users can report time on both the timesheet and task status pages). You can set the value in the Protect User Updates section of the Task Settings and Display page in Project Web Access (http://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx

).

Value

Description

false

Allow users to report time on both the timesheet and task status pages.

true

Users report time only on the timesheet, and then synchronize task status with the timesheet.

See Also

Reference

StatusingSettingsDataSet.StatusingSettingsRow Class

StatusingSettingsDataSet.StatusingSettingsRow Members

WebSvcAdmin Namespace