|   | ConcentratorBaseIgnoreBadTimestamps Property | 
        
        
            Gets or sets flag that determines if bad timestamps (as determined by measurement's timestamp quality)
            should be ignored when sorting measurements.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool IgnoreBadTimestamps { get; set; }Public Property IgnoreBadTimestamps As Boolean
	Get
	Set
public:
property bool IgnoreBadTimestamps {
	bool get ();
	void set (bool value);
}member IgnoreBadTimestamps : bool with get, set
function get_IgnoreBadTimestamps();
function set_IgnoreBadTimestamps(value);
Property Value
Boolean Remarks
Remarks
            Setting this property to 
true forces system to use timestamps as-is without checking quality.
            If this property is 
true, it will supersede operation of 
AllowSortsByArrival.
            
 See Also
See Also