| 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
Syntaxpublic string ExemptStatus { get; set; }function get_ExemptStatus();
function set_ExemptStatus(value);
Property Value
String Remarks
Remarks
                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
Exampletrue, false
 See Also
See Also