UserInfoModelExemptStatus Property | |
Gets or sets the Exempt Status for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ExemptStatus { get; set; }
function get_ExemptStatus();
function set_ExemptStatus(value);
Property Value
StringRemarks
This value determines if an employee receives overtime. In can also be correlated to a salaried employee.
In some states such as California a salaried employee can also be non-exempt.
Example true, false
See Also