JobCostingWageUseBase Property |
Indicates if base wage should be used, e.g. doesn't override related job costing item's wage.
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool UseBase { get; set; }
Public Property UseBase As Boolean
Get
Set
public:
property bool UseBase {
bool get ();
void set (bool value);
}
member UseBase : bool with get, set
Property Value
Type:
BooleanSee Also