Ah, I see what you mean. No properties cannot do that of course, because they could also be reset again and their sense is to evaluate them at usage time so that all configurations are done already.
So I guess we are back at having setter methods so that you can react to those being called.
The setter method then can of course configure an internal property that you maybe expose as provider for re-wiring for example.
Something like that.