I have a name of a property and need to find its value within a Class, what is the fastest way of getting to this value?
Just use the name of the property. If it is a nullable property (e.g. int ? property) use property.Value.