Share via


ProjectTimesheetLinesDataSet.ActualsRow.TS_ACT_PLAN_VALUE property

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

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

Syntax

'Declaration
Public Property TS_ACT_PLAN_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsRow
Dim value As Decimal

value = instance.TS_ACT_PLAN_VALUE

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

Property value

Type: System.Decimal

See also

Reference

ProjectTimesheetLinesDataSet.ActualsRow class

ProjectTimesheetLinesDataSet.ActualsRow members

WebSvcTimeSheet namespace