JobDepartmentBaseBillRate Property |
Billing rate. Used when
UseWage is set.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double BillRate { get; set; }
Public Property BillRate As Double
Get
Set
public:
property double BillRate {
double get ();
void set (double value);
}
member BillRate : float with get, set
Property Value
Type:
DoubleSee Also