Share via


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.TS_LINE_IS_CACHED property

Specifies whether the timesheet line is cached.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TS_LINE_IS_CACHED As String
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim value As String

value = instance.TS_LINE_IS_CACHED

instance.TS_LINE_IS_CACHED = value
public string TS_LINE_IS_CACHED { get; set; }

Property value

Type: System.String

Remarks

A value of 0 indicates that the timesheet line is not cached; 1 indicates that the timesheet line is cached.

See also

Reference

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow class

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow members

WebSvcTimeSheet namespace