How to get a property value using reflection August 11, 2023 by Tarik Something like this should work: var value = (string)GetType().GetProperty("SomeProperty").GetValue(this, null);