ValidationConst::s_workcost_multiplier field

Office 2013 and later

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)

No code example is currently available or this language may not be supported.

The s_workcost_multiplier value is calculated as follows:

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