[#BloombergLP-ball-CategoryManager-ruleSetSequenceNumber] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager.adoc[CategoryManager]::ruleSetSequenceNumber :relfileprefix: ../../../ :mrdocs: Return the sequence number that tracks rule‐set changes. == Synopsis Declared in `<ball_categorymanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] ruleSetSequenceNumber() const; ---- == Description Return the sequence number that tracks changes to the rule set Return the sequence number that tracks changes to the rule set. maintained by this category manager. The value returned by this method is guaranteed to monotonically increase between calls before and after the rule set is changed, and is otherwise implementation defined. == Return Value monotonically increasing rule‐set change sequence number [.small]#Created with https://www.mrdocs.com[MrDocs]#