TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_IS_UNVERS_TASK_ALLOWED Property
Specifies whether personal tasks are enabled for 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_IS_UNVERS_TASK_ALLOWED As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_IS_UNVERS_TASK_ALLOWED
instance.WADMIN_TS_IS_UNVERS_TASK_ALLOWED = value
public bool WADMIN_TS_IS_UNVERS_TASK_ALLOWED { get; set; }
Property Value
Type: System.Boolean
Remarks
True if personal tasks are enabled.
When personal tasks are enabled, timesheet users can create personal tasks and report time against them.
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow Class