|   | IAdapterAutoStart Property | 
        
        
            Gets or sets flag indicating if adapter should automatically start or connect on demand.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxbool AutoStart { get; set; }Property AutoStart As Boolean
	Get
	Set
property bool AutoStart {
	bool get ();
	void set (bool value);
}abstract AutoStart : bool with get, set
function get_AutoStart();
function set_AutoStart(value);
Property Value
Boolean See Also
See Also