I've been trying to do something like this since C# 1.1. Tonight I got to do it: SomeCode.DoSomethingInProperty(cust => cust.Orders); My problem has always been that I couldn't (using delegates before) get what property you want to use. I could resort