Tag Archives: Properties

Getting and Setting properties on runtime using Reflectoion

In series of Reflection related posting this is the second post. You can see the post here. Now I am posting about Properties. We can set / read properties of Class using reflection. Setting Properties 1) For setting properties, we … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , , | Leave a comment