ValidationConst.s_workcost_multiplier-Feld
Wert = 0.00166666666666667. Der Multiplikator für die Kosten für eine Einheit der Arbeit.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Const s_workcost_multiplier As Double
'Usage
Dim value As Double
value = ValidationConst.s_workcost_multiplier
public const double s_workcost_multiplier
Hinweise
Der Wert s_workcost_multiplier wird wie folgt berechnet:
Double s_workcost_multiplier =
(((double) s_cost_multiplier)/(s_work_multiplier*60));