| TimeGetPunchesParamsInIgnoreLaborLevelCodes Property |  | 
                Enables labor level codes to show values if set
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool IgnoreLaborLevelCodes { get; set; }function get_IgnoreLaborLevelCodes();
function set_IgnoreLaborLevelCodes(value);
Property Value
Boolean Remarks
Remarks
                When set to True all LaborLevelCode(N) values will return null.
                
|  Note | 
|---|
| By default LaborLevelCode(N) values are null if they are not set at all.  The IgnoreLaborLevelCodes flag will basically prevent the lookup of the the LaborLevel values.
                When set to true this flag can help increase the performance of the web service because fewer look ups are being made. | 
 Example
ExampleTrue, False
 See Also
See Also