[#BloombergLP-bdlcc-ObjectCatalog-value] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalog.adoc[ObjectCatalog]::value :relfileprefix: ../../../ :mrdocs: Return a `const` reference to the object having the specified `handle`. The behavior is undefined unless `handle` is contained in this catalog. == Synopsis Declared in `<bdlcc_objectcatalog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE const& value(int handle) const; ---- == Description This method is _DEPRECATED_ because it is not thread‐safe. Use `find`, `isMember`, or access the object through an iterator. [.small]#Created with https://www.mrdocs.com[MrDocs]#