TypeInfo type = someInstance.GetType().GetTypeInfo(); FieldInfo info = type.GetField("someProperty"); info.GetValue(someInstance)