| Name | Description |
| Abstract | Gets the abstract metadata for this service. |
| Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer) |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
| ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) |
| ImageFormat | Gets or sets the image format being used by the service. |
| InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) |
| IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) |
| LayerList | Gets a list of layers available in this service. |
| Layers | Required. Gets or sets the unique layer ids in a WMS service. Each id is a string value. At least one layer id must be defined. |
| MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
| MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
| Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) |
| ProxyUrl | Optional. Gets or sets the URL to a proxy service that brokers Web requests between the Silverlight client and a WMS service. Use a proxy service when the WMS service is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml). You can also use a proxy to convert png images to a bit-depth that supports transparency in Silverlight. |
| SkipGetCapabilities | Optional. Gets or sets a value indicating whether to skip a request to get capabilities. Default value is false. Set SkipGetCapabilities if the site hosting the WMS service does not provide a cross domain policy file and you do not have a proxy page. In this case, you must set the WMS service version. If true, the initial and full extent of the WMS Silverlight layer will not be defined. |
| SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) |
| SupportedImageFormats | Gets a collection of image formats supported by the WMS service. |
| SupportedSpatialReferenceIDs | Gets or sets the supported spatial reference IDs. |
| Title | Gets or sets the title metadata for this service. |
| Url | Required. Gets or sets the URL to a WMS service endpoint. For example, http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer, http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi. |
| Version | Optional. Gets or sets the WMS version. If SkipGetCapabilities property is set to true, this value determines version requested. If SkipGetCapabilities is false, this value determines version to retrieve. If no value specified, default value returned from the site will be used. |
| Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |