[#CDBWrapper-GetProperty] = xref:CDBWrapper.adoc[CDBWrapper]::GetProperty :relfileprefix: ../ :mrdocs: Return a LevelDB property value, if available. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<std::string> GetProperty(std::string const& property) const; ---- == Return Value The property value, or no value if it is unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *property* | The name of the LevelDB property to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#