TimesheetDataSet.HeadersRow.TS_TOTAL_ACT_NON_BILLABLE_VALUE propriedade
Especifica o custo real, soma total nonbillable que é registrado neste quadro de horários.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TS_TOTAL_ACT_NON_BILLABLE_VALUE As Decimal
Get
Set
'Uso
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Decimal
value = instance.TS_TOTAL_ACT_NON_BILLABLE_VALUE
instance.TS_TOTAL_ACT_NON_BILLABLE_VALUE = value
public decimal TS_TOTAL_ACT_NON_BILLABLE_VALUE { get; set; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
TimesheetDataSet.HeadersRow classe