When the Parentheses (Collections) is invoked, the EndLimitName (Property) sets the limit value and inserts the ending (closing) parentheses. This property is often used with the BeginLimitName (Property).
Read-only, EndLimitName as String
This example shows how to display the name of the ending limit value enclosed in a parenthetical expression on the Limit Line:
Alert(ActiveDocument.Sections["Query"].Limits.Parentheses["State Province,City"].EndLimitName)