I'm trying to test out the code from the API documentation, under the topic 'Use layer extent to set initial map extent'.
I get a compiler error, saying Error
[INDENT]'ESRI.ArcGIS.Client.Layer' does not contain a definition for 'InitialExtent' and no extension method 'InitialExtent' accepting a first argument of type 'ESRI.ArcGIS.Client.Layer' could be found (are you missing a using directive or an assembly reference?)[/INDENT]
I'm using version 2.0 of the API. Does anyone know if this property is no longer supported?