| 
            
              CsvExportAdapterEnableTimeReasonabilityValidation Property
             | 
          
        
        
            Gets or sets the flag that determines if timestamps should be validated against local clock for reasonability.
            
        
        Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool EnableTimeReasonabilityValidation { get; set; }[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member EnableTimeReasonabilityValidation : bool with get, set
function get_EnableTimeReasonabilityValidation();
function set_EnableTimeReasonabilityValidation(value);
 View SourceProperty Value
Boolean
See Also