Wage amount
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double Amount { get; set; }
Public Property Amount As Double
Get
Set
public:
property double Amount {
double get ();
void set (double value);
}
member Amount : float with get, set
Property Value
Type:
DoubleSee Also