| Name | Description |
![public Property](dotnetimages/publicProperty.gif) | AttributionTemplate | Gets the attribution template of the layer. |
![public Property](dotnetimages/publicProperty.gif) | AutoSave | Gets or sets the whether edits to the layer's graphics collection are auto-submitted to the service. Default is true . |
![public Property](dotnetimages/publicProperty.gif) | Clusterer | Gets or sets the clusterer that is applied to the features. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | Color | Note: This API is now obsolete. Please use a SimpleRenderer on the FeatureLayer.Renderer.
Gets or sets the color to render symbols with. Use a custom renderer for extended symbology control. |
![public Property](dotnetimages/publicProperty.gif) | Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. |
![public Property](dotnetimages/publicProperty.gif) | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![public Property](dotnetimages/publicProperty.gif) | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. |
![public Property](dotnetimages/publicProperty.gif) | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![public Property](dotnetimages/publicProperty.gif) | Effect | Gets or sets the pixel shader effect to use for rendering this Layer. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | FeatureSymbol | Note: This API is now obsolete. Please use a SimpleRenderer on the FeatureLayer.Renderer.
Gets or sets the default feature symbol. |
![public Property](dotnetimages/publicProperty.gif) | FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | Geometry | The geometry to apply to the spatial filter. The spatial relationship as specified by spatialRelationship is applied to this geometry while performing the query. The valid geometry types are Envelope, Point, Multipoint, Polyline, or Polygon. |
![public Property](dotnetimages/publicProperty.gif) | Graphics | Gets or sets the graphics collection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | GraphicsSource | Gets or sets a collection used to contain the graphics of the GraphicsLayer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | HasEdits | Whether Undo can be done. |
![public Property](dotnetimages/publicProperty.gif) | ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | IgnoreServiceScaleRange | If true , the scale range set at the service level is ignored. |
![public Property](dotnetimages/publicProperty.gif) | InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | IsHitTestVisible | Gets or sets whether the contained area of this GraphicsLayer can return true values for hit testing. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | IsReadOnly | Whether the feature layer is read only. If False, changes made to the layer's graphic collection can be applied to the service by explicitly calling SubmitEdits or by setting AutoSave to True. |
![public Property](dotnetimages/publicProperty.gif) | IsSealed | (Inherited from System.Windows.DependencyObject) |
![public Property](dotnetimages/publicProperty.gif) | LayerInfo | Information about the feature layer. If null, can be obtained by calling FeatureLayerInfo.Get and listening to its Ready event. When the Ready event is fired, the LayerInfo property can be set to the FeatureLayerInfo that is now ready for use. |
![public Property](dotnetimages/publicProperty.gif) | MapTip | Gets or sets the MapTip displayed when the mouse hovers on a Graphic in the GraphicsLayer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | MaxAllowableOffset | Gets or sets the max allowable offset. This option can be used to specify the maximum allowable offset to be used for generalizing geometries returned by the query operation. Editable FeatureLayer ignores this property. |
![public Property](dotnetimages/publicProperty.gif) | MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | Mode | Gets or sets the selection mode. Default is Snapshot mode. If Where is specified, mode becomes Snapshot. |
![public Property](dotnetimages/publicProperty.gif) | ObjectIDs | Object ids to query for. If object ids are specified, other query parameters like Where are ignored. |
![public Property](dotnetimages/publicProperty.gif) | OnDemandCacheSize | Gets or sets the number of features held in cache beyond what is in the current extent when Mode is FeatureLayer.QueryMode.OnDemand. |
![public Property](dotnetimages/publicProperty.gif) | Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | OutFields | Attribute fields to include in the FeatureSet. |
![public Property](dotnetimages/publicProperty.gif) | ProjectionService | Gets or sets the projection service used for projecting geometry in the data source to the map's spatial reference. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | ProxyUrl | Gets or sets the URL to proxy the request through. |
![public Property](dotnetimages/publicProperty.gif) | Renderer | Gets or sets the renderer used for generating symbols. If a renderer is specified, any symbol set on the graphic will be ignored. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | RendererTakesPrecedence | If false , the graphic symbol takes precedence over the renderer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | SelectedGraphics | The list of selected graphics. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | SelectionColor | Gets or sets the selection color. |
![public Property](dotnetimages/publicProperty.gif) | SelectionCount | The selection count (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) |
![public Property](dotnetimages/publicProperty.gif) | SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | Text | Shorthand for a literal search text on the display field, equivalent to: where <displayField> like '%%'. The text is case sensitive. This parameter is ignored if the where parameter is specified. You can determine what the display field is for a layer using the ArcGIS Services Directory. |
![public Property](dotnetimages/publicProperty.gif) | TimeExtent | Gets the valid time extent for the service, or null of this service does not support time based queries. |
![public Property](dotnetimages/publicProperty.gif) | Token | Token for accessing a secure ArcGIS task. |
![public Property](dotnetimages/publicProperty.gif) | Url | Gets or sets the URL of the REST MapService layer to query. |
![public Property](dotnetimages/publicProperty.gif) | ValidateEdits | Whether edits are validated. If true, exceptions will be thrown on attribute value changes if value does not match field type or if it does not fall into the field domain. |
![public Property](dotnetimages/publicProperty.gif) | Version | Gets the version of ArcGIS Server where the map service is published. |
![public Property](dotnetimages/publicProperty.gif) | Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
![public Property](dotnetimages/publicProperty.gif) | Where | A where clause for the query. Any legal SQL where clause operating on the fields in the layer is allowed, for example: where=POP2000 > 350000 . |