I am loading a map service as an ???ArcGISDynamicMapServiceLayer???, for it is not a ???Feature Service???. However, I am unable to change the default marker symbol assigned upon registration. I should be able to change the default marker symbol after loading the ArcGISDynamicMapServiceLayer. But ArcGISDynamicMapServiceLayer does not have ???Symbol??? and ???Renderer??? properties. Any ideas? Thanks!
On a side note, changing server-side rendered symbology will be available in ArcGIS Server 10.1. But until then, you have to download the features to the client and render them using the FeatureLayer to control rendering, as Jennifer suggests.