Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether team members report project task status in a timesheet.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_TIED_MODE As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_TIED_MODE
instance.WADMIN_TS_TIED_MODE = value
public bool WADMIN_TS_TIED_MODE { get; set; }
Property value
Type: System.Boolean
Remarks
True if the timesheet and task status reporting are in single entry mode.
When WADMIN_TS_TIED_MODE is True, WADMIN_TS_PROJECT_MANAGER_COORDINATION is always True.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class