StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_TIMESHEET_TIED Property
Specifies whether users must report time only on the timesheet, and then synchronize task status with the timesheet.
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_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 check box is cleared; users can report time on both the timesheet and on the task status pages). You can set this value in the Protect User Updates section of the Task Settings and Display page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx).
Value |
Description |
---|---|
false |
Allow users to report time on both the timesheet and on the 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