|   | AllAdaptersCollectionAutoInitialize Property | 
        
        
            Gets flag that determines if 
IAdapter implementations are automatically initialized
            when they are added to the collection.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected override bool AutoInitialize { get; }Protected Overrides ReadOnly Property AutoInitialize As Boolean
	Get
protected:
virtual property bool AutoInitialize {
	bool get () override;
}abstract AutoInitialize : bool with get
override AutoInitialize : bool with get
function get_AutoInitialize();
Property Value
Boolean Remarks
Remarks
            We don't auto-initialize collections added to the 
AllAdaptersCollection since no data source
            will be available when the collections are being created.
            
 See Also
See Also