Hey,
I have an object Client, and that object has an object address and different other property�s (like name, age,.... all sting, int�s,..).
While debugging and passing with the cursor over Client.Name you will see Client.Name = �Johnny�, also you see the contents of the other property�s.
But for the property address (which is another object) you will see only the name off that object -> Client.Address = {Namespace1.Address}.
Is it possible to see also the contents of that object while passing the cursor. For example when I pass I will see the contents of the zip-code of that object address.
Now we have always to use �QuickWatch� to see that.
I looked already in using attributes �DedfaultProperty� but no luck.
Thanks for help.
Jac