Click or drag to resize

UserRatesExemptStatus Property

Gets the exemption status assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string ExemptStatus { get; set; }

Property Value

String
Remarks
Gets the exemption status assigned to a user. This value determines if an employee receives overtime. In can also be correlated to a salaried employee and in some states such as California a salaried employee can also be non-exempt.

Note  Note
Setup:
Manager > Employees > Rates Tab
Example
true, false
See Also