| 
            
              IsamDataFileBaseTPersistSettings Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether the file settings are to be saved to the config file.
            
        
        Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax[XmlIgnoreAttribute]
public bool PersistSettings { get; set; }<XmlIgnoreAttribute>
Public Property PersistSettings As Boolean
	Get
	Set
public:
[XmlIgnoreAttribute]
virtual property bool PersistSettings {
	bool get () sealed;
	void set (bool value) sealed;
}[<XmlIgnoreAttribute>]
abstract PersistSettings : bool with get, set
[<XmlIgnoreAttribute>]
override PersistSettings : bool with get, set
function get_PersistSettings();
function set_PersistSettings(value);
 View SourceProperty Value
BooleanImplements
IPersistSettingsPersistSettings
See Also