|   | IAdapterInitialized 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
Syntaxbool Initialized { get; set; }Property Initialized As Boolean
	Get
	Set
property bool Initialized {
	bool get ();
	void set (bool value);
}abstract Initialized : bool with get, set
function get_Initialized();
function set_Initialized(value);
Property Value
Boolean Remarks
Remarks
            Implementers only need to track this value.
            
 See Also
See Also