| BreakItemsAllowManOverride Property |  | 
                Returns true if the allow manual breaks setting is enable for automatic break types.
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool AllowManOverride { get; set; }function get_AllowManOverride();
function set_AllowManOverride(value);
Property Value
Boolean Remarks
Remarks
                Returns true if the allow manual breaks setting is enable for automatic break types. If an employee manually clocks out for the break, the automatic break is not created.
                
 Example
Exampletrue/false
 See Also
See Also