| WageUseJobCosting Property  | 
                Indicates if wage uses job costing.
            
 
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool UseJobCosting { get; set; }Public Property UseJobCosting As Boolean
	Get
	Set
public:
property bool UseJobCosting {
	bool get ();
	void set (bool value);
}member UseJobCosting : bool with get, set
Property Value
Type: 
Boolean
See Also