Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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