ImportTimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE Property
Gets the total amount of actual work that is reported in a timesheet line.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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