TimesheetDataSet.HeadersRow.TS_IS_PROCESSED Property

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

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

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

TimeSheet Web Service