Hi Bogdan,
Unfortunately you cannot access anonymous object properties, because the compiler marks them as internal and the Silverlight security sandbox prevents you from accessing internal members.
What you can do currently is call the anonymous object ToString()
method and extract the values from the string representation.
Hope this helps.
ligaz
2010-09-03 08:47:12