TimesheetDataSet.HeadersRow.TS_IS_PROCESSED property

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

TimesheetDataSet.HeadersRow members

WebSvcTimeSheet namespace