[#wallet-CAddressBookData-GetLabel] = xref:wallet.adoc[wallet]::xref:wallet/CAddressBookData.adoc[CAddressBookData]::GetLabel :relfileprefix: ../../ :mrdocs: Return the address label, or an empty string if unset. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string GetLabel() const; ---- == Return Value The label value, or "" when no label is set. [.small]#Created with https://www.mrdocs.com[MrDocs]#