|   | AdapterBaseEnabled Property | 
        
        
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
	Get
	Set
public:
virtual property bool Enabled {
	bool get () sealed;
	void set (bool value) sealed;
}abstract Enabled : bool with get, set
override Enabled : bool with get, set
function get_Enabled();
function set_Enabled(value);
Property Value
BooleanImplements
ISupportLifecycleEnabled Remarks
Remarks
            Base class simply starts or stops 
AdapterBase based on flag value. Derived classes should
            extend this if needed to enable or disable operational state of the adapter based on flag value.
            
 See Also
See Also