|   | AdapterBaseInitialized Property | 
        
        
            Gets or sets flag indicating if the adapter has been initialized successfully.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual bool Initialized { get; set; }Public Overridable Property Initialized As Boolean
	Get
	Set
public:
virtual property bool Initialized {
	bool get ();
	void set (bool value);
}abstract Initialized : bool with get, set
override Initialized : bool with get, set
function get_Initialized();
function set_Initialized(value);
Property Value
BooleanImplements
IAdapterInitialized See Also
See Also