Share via


TimesheetDataSet.ActualsRow.TS_ACT_NON_BILLABLE_VALUE property

Represents the actual nonbillable overtime cost that is recorded for this timesheet line item.

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

Syntax

'Declaration
Public Property TS_ACT_NON_BILLABLE_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActualsRow
Dim value As Decimal

value = instance.TS_ACT_NON_BILLABLE_VALUE

instance.TS_ACT_NON_BILLABLE_VALUE = value
public decimal TS_ACT_NON_BILLABLE_VALUE { get; set; }

Property value

Type: System.Decimal

See also

Reference

TimesheetDataSet.ActualsRow class

TimesheetDataSet.ActualsRow members

WebSvcTimeSheet namespace