Share via


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.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 ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
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

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow class

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow members

WebSvcTimeSheet namespace