|   | ErrorLoggerSuppressInteractiveLogging Property | 
        
        
            Gets or sets flag that controls if 
Loggers requiring interaction either directly or indirectly
            when logging handled 
Exception using the 
Log(Exception) method are enabled.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic bool SuppressInteractiveLogging { get; protected set; }Public Property SuppressInteractiveLogging As Boolean
	Get
	Protected Set
public:
property bool SuppressInteractiveLogging {
	bool get ();
	protected: void set (bool value);
}member SuppressInteractiveLogging : bool with get, set
function get_SuppressInteractiveLogging();
function set_SuppressInteractiveLogging(value);
Property Value
Boolean See Also
See Also