| UserRatesSalaryType Property |  | 
                Gets the salary type assigned to a user 
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string SalaryType { get; set; }function get_SalaryType();
function set_SalaryType(value);
Property Value
String Remarks
Remarks
                Gets the salary type assigned to a user. Salary type defines if this employee is paid an hourly wage or on a salaried basis.  This value is an enum with two primary values salary and hourly.
                 
|  Note | 
|---|
| Setup: Manager > Employees > Rates Tab
 
 | 
 Example
ExampleSalary,Hourly
 See Also
See Also