TimesheetDataSet.LinesRow.TS_LINE_IS_CACHED Property
Specifies whether the timesheet line is cached.
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_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