TimesheetDataSet.LinesRow.TS_LINE_IS_CACHED 属性

指定是否缓存的时间表行。

命名空间:  WebSvcTimeSheet
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property TS_LINE_IS_CACHED As String
    Get
    Set
用法
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; }

属性值

类型:System.String

备注

0表示工时单行不缓存 ;1表示工时单行进行缓存。

另请参阅

引用

TimesheetDataSet.LinesRow 类

TimesheetDataSet.LinesRow 成员

WebSvcTimeSheet 命名空间