|
AdapterCollectionBaseTAutoInitialize Property
|
Gets flag that determines if
IAdapter implementations are automatically initialized
when they are added to the collection.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax protected virtual bool AutoInitialize { get; }
Protected Overridable ReadOnly Property AutoInitialize As Boolean
Get
protected:
virtual property bool AutoInitialize {
bool get ();
}
abstract AutoInitialize : bool with get
override AutoInitialize : bool with get
function get_AutoInitialize();
View SourceProperty Value
BooleanSee Also