ImportTimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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