Share via


TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_ALLOW_PROJECT_LEVEL property

Specifies whether project tasks can be added to timesheets.

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

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

TimeSheetSettingsDataSet.TimeSheetSettingsRow members

WebSvcAdmin namespace