Relative Content

Tag Archive for .netvb.netinheritance

VB.NET Accessing a Child’s Property Via Reflection

I have these two classes as a test, one inherited by the other. The real code that the test is based on is a DLL so I don’t want to expose every property to the users of the DLL. I would like to be able to access the child’s properties from the parent via reflection.