ProjectTimesheetLinesDataSet.ActualsRow.TS_ACT_OVT_VALUE property
Represents the actual overtime cost that is recorded for this timesheet line item.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_ACT_OVT_VALUE As Decimal
Get
Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsRow
Dim value As Decimal
value = instance.TS_ACT_OVT_VALUE
instance.TS_ACT_OVT_VALUE = value
public decimal TS_ACT_OVT_VALUE { get; set; }
Property value
Type: System.Decimal
See also
Reference
ProjectTimesheetLinesDataSet.ActualsRow class