I would like to know the simplest code for polling a property\'s value, to execute the code in its getter. Currently I\'m using: instance.property.ToString();
instance.property.ToString();
I would extract the code in the getter to a function and call the function both, from the getter and from your poller, if this is an option for you.