Click or drag to resize

UserInfoModelExemptStatus Property

Gets or sets the Exempt Status for a user

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

Property Value

String
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
true, false
See Also