| 
            
              UserInfoPersistSettings Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether the settings of 
UserInfo object are 
            to be saved to the config file.
            
 
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
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