As stated above, am getting Feature ID from Find task via REST endpoint:ABC.1
Feature ID: 703
Field Name: ANumber
Layer: ANumbersLayer
ANumber: ABC.1
Shape: Polyline
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?