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