|   | ConcentratorBaseEnabled Property | 
        
        
            Gets or sets the current enabled state of concentrator.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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);
Return Value
BooleanCurrent enabled state of concentrator
 Remarks
Remarks
            Concentrator must be started by calling 
Start method or setting
            
Enabled = true) before concentration will begin.
            
 See Also
See Also