UWP How to Reference a Variable from another Class by string

284 Views Asked by At

I have a bool named "AbsSet" in my class Section1 and I want to set it's value from another class by referencing the variable using a string. I have read through similar questions, which leads to using the GetProperty() function. However because this is a UWP, that function is not a part of the system library. Is there another way of setting this variables value by looking it up by string?

0

There are 0 best solutions below