Hi,
How do you determine, in Runtime for WPF, if a MapService is a Tiled or Dynamic MapService ?
I know you can look for the Single Fused Map Cache property on the REST endpoint, but how do I retrieve this property from the object after initialization. I see the msd property on the ArcGISDynamicMapService (MapService.MapServiceInfo) contains this information, but it is hidden.
I would like to load Tiled MapServices with the ArcGISTiledMapService class so i get better performance (i assume that is the case?)
Thanks!