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; }