Share via


TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_IS_UNVERS_TASK_ALLOWED property

Specifies whether personal tasks are enabled for timesheets.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

TimeSheetSettingsDataSet.TimeSheetSettingsRow members

WebSvcAdmin namespace