TimesheetDataSet.LinesRow.TS_LINE_STATUS 属性
指示此时间表行项目的审批状态。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_LINE_STATUS As Byte
Get
Set
用法
Dim instance As TimesheetDataSet.LinesRow
Dim value As Byte
value = instance.TS_LINE_STATUS
instance.TS_LINE_STATUS = value
public byte TS_LINE_STATUS { get; set; }
属性值
类型:System.Byte
备注
为此值转换为byte的TimesheetEnum.LineStatus类型。