TimesheetDataSet.AuditsRow.TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE - Propriété
Indique la modification du coût réel des heures supplémentaires nonbilled qui résulte de cette action d'audit.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE As Decimal
Get
Set
'Utilisation
Dim instance As TimesheetDataSet.AuditsRow
Dim value As Decimal
value = instance.TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE
instance.TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE = value
public decimal TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
TimesheetDataSet.AuditsRow classe