[#BloombergLP-ball-ManagedAttributeSet-removePredicate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ManagedAttributeSet.adoc[ManagedAttributeSet]::removePredicate :relfileprefix: ../../../ :mrdocs: Remove the attribute having the specified `value` from this object. Return the number of attributes removed (i.e., 1 on success and 0 if an attribute having `value` does not exist in this object). == Synopsis Declared in `<ball_managedattributeset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removePredicate(xref:BloombergLP/ball/ManagedAttribute.adoc[ManagedAttribute] const& value); ---- == Description DEPRECATED: Use `removeAttribute` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#