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 future time reporting is allowed.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_IS_FUTURE_REP_ALLOWED As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_IS_FUTURE_REP_ALLOWED
instance.WADMIN_TS_IS_FUTURE_REP_ALLOWED = value
public bool WADMIN_TS_IS_FUTURE_REP_ALLOWED { get; set; }
Property value
Type: System.Boolean
Remarks
True if future time reporting is allowed.
When future reporting is disabled, timesheet users cannot enter time beyond the current day.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class