| 
            
              ConcentratorBaseEnabled Property
             | 
          
        
        
            Gets or sets the current enabled state of concentrator.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic virtual bool Enabled { get; set; }Public Overridable Property Enabled As Boolean
	Get
	Set
public:
virtual property bool Enabled {
	bool get ();
	void set (bool value);
}abstract Enabled : bool with get, set
override Enabled : bool with get, set
function get_Enabled();
function set_Enabled(value);
 View SourceReturn Value
BooleanCurrent enabled state of concentrator
Remarks
            Concentrator must be started by calling 
Start method or setting
            
Enabled = true) before concentration will begin.
            
See Also