TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_AUD_DELTA_VALUE - Propriété
Spécifie le changement de coût réel résultant de l'action d'audit.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_ACT_AUD_DELTA_VALUE As Decimal
Get
Set
'Utilisation
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As Decimal
value = instance.TS_ACT_AUD_DELTA_VALUE
instance.TS_ACT_AUD_DELTA_VALUE = value
public decimal TS_ACT_AUD_DELTA_VALUE { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
TimesheetAuditExportDataSet.AuditExportsRow classe