| 
            
              AdapterLoaderTPersistSettings Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether 
AdapterLoaderT settings are to be saved to the config file.
            
 
        
        Namespace: GSF.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic bool PersistSettings { get; set; }Public Property PersistSettings As Boolean
	Get
	Set
public:
virtual property bool PersistSettings {
	bool get () sealed;
	void set (bool value) sealed;
}abstract PersistSettings : bool with get, set
override PersistSettings : bool with get, set
function get_PersistSettings();
function set_PersistSettings(value);
 View SourceProperty Value
BooleanImplements
IPersistSettingsPersistSettings
See Also