| AddUserTimeNonWorkShiftInValidationType Property |  | 
                The type of validation that will be used to process this request 
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string ValidationType { get; set; }function get_ValidationType();
function set_ValidationType(value);
Property Value
String Remarks
Remarks
                 The type of validation that will be used to process this request.  The ValidateAction property is required to update the results from 
                 
AddUserTimeNonWorkShift(AddUserTimeNonWorkShiftIn) method.  Below is a list of the available
                types that can be used when validating various business rules for updating a users time.
                
ValidationType Options
| Name | Description | 
|---|
| BASIC | This action will do minimal validation and is recommended if you do not want do full validation checking.  The validation for this mode includes: - Validation of the EmpIdentifier
 - Currently only 'BASCIC' is supported
 
 | 
 Example
Example See Also
See Also