TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_ALLOW_PROJECT_LEVEL Property
Specifies whether project tasks can be added to timesheets.
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_TS_ALLOW_PROJECT_LEVEL As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_ALLOW_PROJECT_LEVEL
instance.WADMIN_TS_ALLOW_PROJECT_LEVEL = value
public bool WADMIN_TS_ALLOW_PROJECT_LEVEL { get; set; }
Property Value
Type: System.Boolean
Remarks
True if project tasks can be added.
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow Class