Not at the moment; you have to pass a string in.
I believe the C# team are considering a proposal for the infoof operator so you'd be able to write something like:
PropertyInfo prop = infoof(Person, Age); // note: not real syntax
But it doesn;t exist yet.