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.
Indicates whether the timesheet is finalized and should not be changed.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_IS_PROCESSED As Boolean
Get
Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Boolean
value = instance.TS_IS_PROCESSED
instance.TS_IS_PROCESSED = value
public bool TS_IS_PROCESSED { get; set; }
Property value
Type: System.Boolean
Remarks
When TS_IS_PROCESSED is true, the timesheet cannot be recalled, changed, or deleted.
See also
Reference
TimesheetDataSet.HeadersRow class