Share via


TimesheetDataSet.LinesRow.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 TimesheetDataSet.LinesRow
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; a value of 1 indicates that the timesheet line is cached.

See also

Reference

TimesheetDataSet.LinesRow class

TimesheetDataSet.LinesRow members

WebSvcTimeSheet namespace