ValidationConst.s_workcost_multiplier Field

Value = 0.00166666666666667. The multiplier for the cost of a unit of work.

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

Remarks

The s_workcost_multiplier value is calculated as follows:

Double s_workcost_multiplier = 
    (((double) s_cost_multiplier)/(s_work_multiplier*60));

See Also

Reference

ValidationConst Class

ValidationConst Members

Microsoft.Office.Project.Server.Library Namespace