TimesheetDataSet.LinesRow.TS_LINE_ASSN_LAST_WORK 属性
获取最新保存的工作分配。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_LINE_ASSN_LAST_WORK As Decimal
Get
Set
用法
Dim instance As TimesheetDataSet.LinesRow
Dim value As Decimal
value = instance.TS_LINE_ASSN_LAST_WORK
instance.TS_LINE_ASSN_LAST_WORK = value
public decimal TS_LINE_ASSN_LAST_WORK { get; set; }