|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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