When using FindTask in Silverlight API 2.2, get back everything but the Feature ID.
e.FindResults.Feature returns a graphic correctly with all the attributes but the Feature ID (ObjectID). (I am not adding ObjectID to the SearchFields collection, as I don't want for Find to search it.) Any way to get Feature ID from the FindTask?
There is no way to specify the output fields with the Find task. The object ID should always be included in the attributes of the returned graphics. Try to use fiddler to look at the request. This might give a clue.