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 project managers can view line item approvals when a timesheet is submitted for approval.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_PROJECT_MANAGER_COORDINATION As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_PROJECT_MANAGER_COORDINATION
instance.WADMIN_TS_PROJECT_MANAGER_COORDINATION = value
public bool WADMIN_TS_PROJECT_MANAGER_COORDINATION { get; set; }
Property value
Type: System.Boolean
Remarks
True if project managers can view line item approvals.
When WADMIN_TS_TIED_MODE is true, WADMIN_TS_PROJECT_MANAGER_COORDINATION is always true.
Note
On a Project Web App site that is created from an upgrade of a site from Microsoft Office Project Server 2007, if you query for WADMIN_TS_PROJECT_MANAGER_COORDINATION in the returned TimeSheetSettingsDataSet, you get a System.InvalidCastException. The field value is DBNull, so the application cannot cast to a Boolean value.
For a code sample that checks the value of WADMIN_TS_PROJECT_MANAGER_COORDINATION, see ReadTimeSheetSettings().
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class