|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public 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
IPersistSettingsPersistSettingsSee Also