|   | AdapterCollectionBaseTMonitorTimerEnabled Property | 
        
        
            Gets or sets flag that determines if monitor timer should be used for monitoring processed measurement statistics for the 
AdapterCollectionBaseT.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected virtual bool MonitorTimerEnabled { get; set; }Protected Overridable Property MonitorTimerEnabled As Boolean
	Get
	Set
protected:
virtual property bool MonitorTimerEnabled {
	bool get ();
	void set (bool value);
}abstract MonitorTimerEnabled : bool with get, set
override MonitorTimerEnabled : bool with get, set
function get_MonitorTimerEnabled();
function set_MonitorTimerEnabled(value);
Property Value
Boolean See Also
See Also