| TimeSlicePreModelProcessingMode Property |  | 
                Gets or sets Processing Mode of Employee  
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string ProcessingMode { get; set; }function get_ProcessingMode();
function set_ProcessingMode(value);
Property Value
String Remarks
Remarks
                This value represents the Processing Mode.
                
Enumerated Values
| Name | Value | 
|---|
| Default | This mode is direct entry without payroll validation | 
| Web | This mode will perform payroll validation and web access validation | 
|  Note | 
|---|
| If this value is not set then the default processing mode will be Default. | 
 Example
ExampleDefault/Web
 See Also
See Also