It was actually a reserved property for a future implementation that never was used. It was never removed because of the problems it would cause with upgrading.
The only poll rate that works is in the driver. If you need certain controls to update at a different rate, you would put multiple driver instances each with a different PollRateOverride, then set the control's ComComponent to point to the driver with the poll rate you want to use.