I would think not. Properties are essentially just methods with a bit of syntactic sugar on them to make them a little easier to work with. So by default they're no more thread-safe than a normal method call (which is to say, not thread-safe at all).