| 
            
              ServerBaseInitialized Property
             | 
          
        
        
            Gets a boolean value that indicates
            whether the server has been initialized.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
Syntaxprotected bool Initialized { get; }Protected ReadOnly Property Initialized As Boolean
	Get
protected:
property bool Initialized {
	bool get ();
}member Initialized : bool with get
function get_Initialized();
 View SourceProperty Value
Boolean
See Also