Jennifer,
Thanks for your reponse to my question. To say i'm more confused now would be an understatement I guess. The example you pointed me to is for querying data from a "related" table and is executed using "queryTask.executeRelationshipQueryAsync(...)". This is definitely not what i'm looking for. Then there is the option to use the geometry service to determine the relation between input graphic geometries by executing "geometryService.RelationAsync(...)". This also is not what i'm looking for. What I need is to use the querytask and assigning a graphic geometry, spatial relationship type of "esriSpatialRelRelation" and a relation parameter to query a map service layer to return features by calling "queryTask.ExecuteAsync(...)". The question i'm asking is, based on old arcObjects code where the developer used the relationship type of esriSpatialRelRelation, where is there documentation that explains how to use the "RelationParameter" attribute of the "ESRI.ArcGIS.Client.Tasks.Query" class. This developer used "T********" as the value and I just need to see documetation on this to understand my options. Hope this better explaines what i'm looking for.
Thanks, Gary