Share via


ImportTimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE property

Gets the total amount of actual work that is reported in a timesheet line.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TS_LINE_ACT_SUM_VALUE As Double
    Get
    Set
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Double

value = instance.TS_LINE_ACT_SUM_VALUE

instance.TS_LINE_ACT_SUM_VALUE = value
public double TS_LINE_ACT_SUM_VALUE { get; set; }

Property value

Type: System.Double

See also

Reference

ImportTimesheetDataSet.LinesRow class

ImportTimesheetDataSet.LinesRow members

WebSvcStatusing namespace