In a SilverLight 4 application, I used a ESRI.ArcGIS.Client.Tasks.QueryTask object to query an ArcGIS Server feature layer. I want to get the attribute value of a specific field from the returned result, such that I can do further process with it in C# code. However, I cannot find the way how to do that, even though I had successfully binded the values to a data grid in GUI. Can you give me some idea on that? Thank you!