|   | InputAdapterBaseEnableConnectionErrors Property | 
        
        
            When false, connection errors do not get logged through OnProcessException. When true, connection errors will be logged normally.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected bool EnableConnectionErrors { get; set; }Protected Property EnableConnectionErrors As Boolean
	Get
	Set
protected:
property bool EnableConnectionErrors {
	bool get ();
	void set (bool value);
}member EnableConnectionErrors : bool with get, set
function get_EnableConnectionErrors();
function set_EnableConnectionErrors(value);
Property Value
Boolean See Also
See Also