TimesheetDataSet.HeadersRow.TS_IS_PROCESSED Property

Indicates whether the timesheet is finalized and should not be changed.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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