de la propiedad TimesheetDataSet.ActualsRow.TS_ACT_NON_BILLABLE_VALUE
Representa el costo de horas extra no facturable real que está registrado para este elemento de línea del parte de horas.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TS_ACT_NON_BILLABLE_VALUE As Decimal
Get
Set
'Uso
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; }
Valor de propiedad
Tipo: System.Decimal
Vea también
Referencia
clase TimesheetDataSet.ActualsRow