| UpdateUserScheduleInAutoAdd Property |  | 
                If the schedule does not exist then automatically add it
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool AutoAdd { get; set; }function get_AutoAdd();
function set_AutoAdd(value);
Property Value
Boolean Remarks
Remarks
                If the schedule does not exist then automatically add it.   
                
|  Caution | 
|---|
| Submitting a schedule that already exists for an employee with same data ranges with AutoAdd enabled will result in an error. | 
 Example
Exampletrue/false
 See Also
See Also