Here I have a requirement that i need to access the members of objects dynamically Suppose Example I have created a person object with the members Name , Age, gender, Height, Weight and I have a variable with the name personProperty which will hold member names like Some times personProperty = "Name" and sometimes personProperty = "Gender"
So is there any way that i can access like Person.[personProperty] to set or get values from person object