TimesheetDataSet.AuditsRow.TS_ACT_AUD_PLAN_DELTA_VALUE-Eigenschaft
Ruft die Änderung in den Wert für die geplante Arbeit für die Arbeitszeittabellen-Position.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_ACT_AUD_PLAN_DELTA_VALUE As Decimal
Get
Set
'Usage
Dim instance As TimesheetDataSet.AuditsRow
Dim value As Decimal
value = instance.TS_ACT_AUD_PLAN_DELTA_VALUE
instance.TS_ACT_AUD_PLAN_DELTA_VALUE = value
public decimal TS_ACT_AUD_PLAN_DELTA_VALUE { get; set; }
Eigenschaftswert
Typ: System.Decimal
Hinweise
Der Wert wird in Zeiteinheiten Projekt (1 Stunde = 6000).
Siehe auch
Referenz
TimesheetDataSet.AuditsRow Klasse