This might really be a simple question, but I am stuck without an way out. I am trying to access a property which is not available at design time but visible in "quick watch" at run time. See this question I had posted for details. I have tried getting hold of these "runtime only" visible properties in more ways than one using reflection but I get a null reference saying those properties do not exist in the type.
Any thoughts on why these are inaccessible? Seeing their access specifiers, they appear to be as "sealed" () (looking at VS.NET Babel icon representation). I could not make sense out of all this. May be something simple that I am missing to understand?
An answer to this MSDN Blog question says it works, does not for me. I have raised a question there as well.