| 
            
              AdapterBaseAutoStart Property
             | 
          
        
        
            Gets or sets flag indicating if adapter should automatically start or otherwise connect on demand.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic virtual bool AutoStart { get; set; }Public Overridable Property AutoStart As Boolean
	Get
	Set
public:
virtual property bool AutoStart {
	bool get ();
	void set (bool value);
}abstract AutoStart : bool with get, set
override AutoStart : bool with get, set
function get_AutoStart();
function set_AutoStart(value);
 View SourceProperty Value
BooleanImplements
IAdapterAutoStart
See Also