ProjectTimesheetLinesDataSet.ActualsRow.TS_ACT_NON_BILLABLE_OVT_VALUE propriedade
Representa o custo real de horas extras não faturável registrado para este item de linha do quadro de horários.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TS_ACT_NON_BILLABLE_OVT_VALUE As Decimal
Get
Set
'Uso
Dim instance As ProjectTimesheetLinesDataSet.ActualsRow
Dim value As Decimal
value = instance.TS_ACT_NON_BILLABLE_OVT_VALUE
instance.TS_ACT_NON_BILLABLE_OVT_VALUE = value
public decimal TS_ACT_NON_BILLABLE_OVT_VALUE { get; set; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
ProjectTimesheetLinesDataSet.ActualsRow classe