| UserHomeLaborLevelDetailsLL08IsActive Property |  | 
                Gets the home labor-level-detail(N) IsActive for a user, where N can be 1-15 and ID is the detail key.
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool LL08IsActive { get; set; }function get_LL08IsActive();
function set_LL08IsActive(value);
Property Value
Boolean Remarks
Remarks
                 This value represent the home labor level or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15).  A home labor level is a default labor level that will be assigned to 
                 the employee if they don't have the option to set it.  There are currently a maximum of 15 different labor level slots available. The IsActive on a labor level is the value used to identify if the
                 labor-level-details is active or not.
                 
 Example
Exampletrue
 See Also
See Also