TimesheetDataSet.LinesRow.TS_LINE_ASSN_LAST_WORK property
Gets the most recently saved work on an assignment.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_ASSN_LAST_WORK As Decimal
Get
Set
'Usage
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; }
Property value
Type: System.Decimal
See also
Reference
TimesheetDataSet.LinesRow class