[#ArgsManager-GetPersistentSetting] = xref:ArgsManager.adoc[ArgsManager]::GetPersistentSetting :relfileprefix: ../ :mrdocs: Get current setting from config file or read/write settings file, ignoring nonpersistent command line or forced settings values. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381af168)]] xref:common/SettingsValue.adoc[common::SettingsValue] GetPersistentSetting(std::string const& name) const; ---- == Return Value The persistent setting value, or a null value if unset. == Parameters [cols="1,4"] |=== | Name| Description | *name* | The setting name to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#