This is a theoretical question, I\'ve already got a solution to my problem that took me down a different path, but I think the question is still potentially interesting.
No, there's nothing akin to method group conversions for properties. The best you can do is to use a lambda expression to form a Func (for a getter) or an Action (for a setter):