|   | ActionAdapterBaseAutoStart 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.257-beta
 Syntax
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);
Property Value
BooleanImplements
IAdapterAutoStart See Also
See Also